[vlc-devel] commit: Make update-po happy ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Feb 9 22:06:34 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb  9 23:06:12 2010 +0200| [77b04cb62f932e9fc48716534853b0ba355077e6] | committer: Rémi Denis-Courmont 

Make update-po happy

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77b04cb62f932e9fc48716534853b0ba355077e6
---

 modules/gui/macosx/prefs_widgets.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index f1526ef..efe6a54 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -2071,7 +2071,7 @@ o_textfield = [[[NSSecureTextField alloc] initWithFrame: s_rc] retain];       \
         {
             unsigned int i;
             o_keys_menu = [[NSMenu alloc] initWithTitle: @"Keys Menu"];
-#warning this doesn't work anymore. FIXME.
+#warning This does not work anymore. FIXME.
 #if 0
             for ( i = 0; i < sizeof(vlc_keys) / sizeof(key_descriptor_t); i++)
                 if( vlc_keys[i].psz_key_string )




More information about the vlc-devel mailing list