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
|
|
822 | 822 | {quick_button, 14, 64, 9, FMDY, N_("&OK"), 0, B_ENTER, 0, 0, NULL, NULL, NULL}, |
823 | 823 | {quick_checkbox, 42, 64, 8, FMDY, N_("&Stable Symlinks"), 0, 0, |
824 | 824 | 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, |
826 | 826 | 0, 0 /* &dive_into_subdirs */ , 0, NULL, NULL, NULL}, |
827 | 827 | NULL_QuickWidget |
828 | 828 | }; |