X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fabout.m;h=9ad77b9ad77fa0bc757d5897dd103669ef3841d6;hb=a921f15e3dea1e535431a9966e6ce4fce84c1651;hp=cbf16b16d94dab96446506f59273d3d28c8a9675;hpb=c3131c092fde04fe625aa4ac6b9588ce99a63c64;p=vlc diff --git a/modules/gui/macosx/about.m b/modules/gui/macosx/about.m index cbf16b16d9..9ad77b9ad7 100644 --- a/modules/gui/macosx/about.m +++ b/modules/gui/macosx/about.m @@ -5,7 +5,7 @@ * $Id$ * * Authors: Derk-Jan Hartman - * Felix Paul KŸhne + * Felix Paul Kühne * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -88,7 +88,7 @@ static VLAboutBox *_o_sharedInstance = nil; /* setup the creator / revision field */ if( VLC_Changeset() != "exported" ) [o_revision_field setStringValue: - [NSString stringWithFormat: _NS("Compiled by %s, based on SVN revision %s"), + [NSString stringWithFormat: _NS("Compiled by %s, based on Git commit %s"), VLC_CompileBy(), VLC_Changeset()]]; else [o_revision_field setStringValue: @@ -205,7 +205,7 @@ static VLAboutBox *_o_sharedInstance = nil; - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame { - /* delegate to update button states (we're the frameLoadDelegate for our help's webview)« */ + /* delegate to update button states (we're the frameLoadDelegate for our help's webview)« */ [o_help_fwd_btn setEnabled: [o_help_web_view canGoForward]]; [o_help_bwd_btn setEnabled: [o_help_web_view canGoBack]]; }