Fix debug assertion when clicking on hot key menu. (fixes lp:1389932)

This commit is contained in:
Garth Corral 2014-11-06 15:56:34 -05:00 committed by Wayne Stambaugh
parent 5f6f59ef2e
commit 5c3cc11ed5
2 changed files with 1 additions and 2 deletions

View File

@ -770,7 +770,7 @@ void AddHotkeyConfigMenu( wxMenu* aMenu )
// Append HotkeySubmenu to menu
AddMenuItem( aMenu, HotkeySubmenu,
ID_PREFERENCES_HOTKEY_SUBMENU, _( "&Hotkeys" ),
wxID_ANY, _( "&Hotkeys" ),
_( "Hotkeys configuration and preferences" ),
KiBitmap( hotkeys_xpm ) );
}

View File

@ -85,7 +85,6 @@ enum main_id
ID_CONFIG_READ,
ID_PREFERENCES_HOTKEY_START,
ID_PREFERENCES_HOTKEY_SUBMENU,
ID_PREFERENCES_HOTKEY_EXPORT_CONFIG,
ID_PREFERENCES_HOTKEY_IMPORT_CONFIG,
ID_PREFERENCES_HOTKEY_SHOW_EDITOR,