]> git.sesse.net Git - vlc/commitdiff
Make update-po happy
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 9 Feb 2010 21:06:12 +0000 (23:06 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 9 Feb 2010 21:06:12 +0000 (23:06 +0200)
modules/gui/macosx/prefs_widgets.m

index f1526efac82ba24788a0a6f17c94c033e9f21127..efe6a5417edea1248a0584082ec9e6756b6da0cf 100644 (file)
@@ -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 )