Ticket #1479: mc-4.7.0-pre1.kill_word.patch

File mc-4.7.0-pre1.kill_word.patch, 756 bytes (added by angel_il, 15 years ago)
  • src/filegui.c

    diff -Naur mc-4.7.0-pre1~/edit/editkeys.c mc-4.7.0-pre1/edit/editkeys.c
    diff -Naur mc-4.7.0-pre1~/src/filegui.c mc-4.7.0-pre1/src/filegui.c
    old new  
    822822    {quick_button, 14, 64, 9, FMDY, N_("&OK"), 0, B_ENTER, 0, 0, NULL, NULL, NULL}, 
    823823    {quick_checkbox, 42, 64, 8, FMDY, N_("&Stable Symlinks"), 0, 0, 
    824824     0 /* &file_mask_stable_symlinks */ , 0, NULL, NULL, NULL}, 
    825     {quick_checkbox, 31, 64, 7, FMDY, N_("&Dive into subdir if exists"), 0, 
     825    {quick_checkbox, 31, 64, 7, FMDY, N_("di&Ve into subdir if exists"), 0, 
    826826     0, 0 /* &dive_into_subdirs */ , 0, NULL, NULL, NULL}, 
    827827    NULL_QuickWidget 
    828828};