mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-12 06:19:19 +03:00
src/find.c: Micro fix for 'Skip hidden' shortcut
It's now Alt+k instead of Alt+p Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
parent
a9d59f9afc
commit
ec8883dac1
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
2009-02-21 Mikhail Pobolovets <styx.mp@gmail.com>
|
||||||
|
* src/find.c: Micro fix for 'Skip hidden' shortcut
|
||||||
|
It's now Alt+k instead of Alt+p
|
||||||
|
|
||||||
2009-02-24 Andrew Borodin <aborodin@vmail.ru>
|
2009-02-24 Andrew Borodin <aborodin@vmail.ru>
|
||||||
|
|
||||||
* src/menu.c: menubar_paint_idx(): fixed menu painting for NCurses screen library.
|
* src/menu.c: menubar_paint_idx(): fixed menu painting for NCurses screen library.
|
||||||
|
@ -197,7 +197,7 @@ find_parameters (char **start_dir, char **pattern, char **content)
|
|||||||
char *temp_dir;
|
char *temp_dir;
|
||||||
static const char *case_label = N_("case &Sensitive");
|
static const char *case_label = N_("case &Sensitive");
|
||||||
static const char *recurs_label = N_("&Find recursively");
|
static const char *recurs_label = N_("&Find recursively");
|
||||||
static const char *skip_hidden_label = N_("Ski&p hidden");
|
static const char *skip_hidden_label = N_("S&kip hidden");
|
||||||
static const char *regexp_label = N_("&Regular expression");
|
static const char *regexp_label = N_("&Regular expression");
|
||||||
|
|
||||||
WCheck *recursively_cbox;
|
WCheck *recursively_cbox;
|
||||||
|
Loading…
Reference in New Issue
Block a user