mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Fix conflict of hotkeys in main menu.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
dd94068a62
commit
7a137b6d18
@ -779,7 +779,7 @@ static menu_entry CmdMenu[] = {
|
|||||||
#endif
|
#endif
|
||||||
{' ', N_("Edit &extension file"), NULL_HOTKEY, ext_cmd},
|
{' ', N_("Edit &extension file"), NULL_HOTKEY, ext_cmd},
|
||||||
{' ', N_("Edit &menu file"), NULL_HOTKEY, edit_mc_menu_cmd},
|
{' ', N_("Edit &menu file"), NULL_HOTKEY, edit_mc_menu_cmd},
|
||||||
{' ', N_("Edit &highlighting group file"), NULL_HOTKEY, edit_fhl_cmd}
|
{' ', N_("Edit hi&ghlighting group file"), NULL_HOTKEY, edit_fhl_cmd}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Must keep in sync with the constants in menu_cmd */
|
/* Must keep in sync with the constants in menu_cmd */
|
||||||
|
Loading…
Reference in New Issue
Block a user