Ticket #1487: find.c.patch

File find.c.patch, 430 bytes (added by dmartina, 15 years ago)

Missing runtime i18n of new "First Hit" label

  • src/find.c

    diff -ur mc.git/src/find.c mc.fix/src/find.c
    old new  
    302302        content_all_charsets_label = _(content_all_charsets_label); 
    303303        content_regexp_label = _(content_regexp_label); 
    304304        file_pattern_label = _(file_pattern_label); 
     305        content_first_hit_label = _(content_first_hit_label); 
    305306    } 
    306307#endif                          /* ENABLE_NLS */