mirror of https://github.com/MidnightCommander/mc
Ticket #2704: added hotkeys for search types.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
06c295b7e9
commit
a395218ffb
|
@ -46,10 +46,10 @@
|
||||||
/*** file scope variables ************************************************************************/
|
/*** file scope variables ************************************************************************/
|
||||||
|
|
||||||
static const mc_search_type_str_t mc_search__list_types[] = {
|
static const mc_search_type_str_t mc_search__list_types[] = {
|
||||||
{N_("Normal"), MC_SEARCH_T_NORMAL},
|
{N_("&Normal"), MC_SEARCH_T_NORMAL},
|
||||||
{N_("&Regular expression"), MC_SEARCH_T_REGEX},
|
{N_("Re&gular expression"), MC_SEARCH_T_REGEX},
|
||||||
{N_("Hexadecimal"), MC_SEARCH_T_HEX},
|
{N_("He&xadecimal"), MC_SEARCH_T_HEX},
|
||||||
{N_("Wildcard search"), MC_SEARCH_T_GLOB},
|
{N_("Wil&dcard search"), MC_SEARCH_T_GLOB},
|
||||||
{NULL, -1}
|
{NULL, -1}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue