mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* src/find.c (find_parameters): Fix hotkey duplication.
This commit is contained in:
parent
adb84ceba8
commit
e1386414af
@ -1,3 +1,7 @@
|
||||
2007-09-14 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* find.c (find_parameters): Fix hotkey duplication.
|
||||
|
||||
2007-09-11 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* subshell.c (write_all): Do not use void pointer arithmetic.
|
||||
|
@ -195,7 +195,7 @@ find_parameters (char **start_dir, char **pattern, char **content)
|
||||
int return_value;
|
||||
char *temp_dir;
|
||||
static const char *case_label = N_("case &Sensitive");
|
||||
static const char *recurs_label = N_("find Re&cursively");
|
||||
static const char *recurs_label = N_("&Find recursively");
|
||||
|
||||
WCheck *recursively_cbox;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user