Fix conflict of hotkeys in main menu.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2009-09-30 13:49:44 +03:00
parent dd94068a62
commit 7a137b6d18

View File

@ -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 */