Commit 77b04cb6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make update-po happy

parent bb14295f
...@@ -2071,7 +2071,7 @@ o_textfield = [[[NSSecureTextField alloc] initWithFrame: s_rc] retain]; \ ...@@ -2071,7 +2071,7 @@ o_textfield = [[[NSSecureTextField alloc] initWithFrame: s_rc] retain]; \
{ {
unsigned int i; unsigned int i;
o_keys_menu = [[NSMenu alloc] initWithTitle: @"Keys Menu"]; o_keys_menu = [[NSMenu alloc] initWithTitle: @"Keys Menu"];
#warning this doesn't work anymore. FIXME. #warning This does not work anymore. FIXME.
#if 0 #if 0
for ( i = 0; i < sizeof(vlc_keys) / sizeof(key_descriptor_t); i++) for ( i = 0; i < sizeof(vlc_keys) / sizeof(key_descriptor_t); i++)
if( vlc_keys[i].psz_key_string ) if( vlc_keys[i].psz_key_string )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment