Commit 5c3cc11e authored by Garth Corral's avatar Garth Corral Committed by Wayne Stambaugh

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

parent 5f6f59ef
......@@ -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 ) );
}
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment