Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
5c3cc11e
Commit
5c3cc11e
authored
Nov 06, 2014
by
Garth Corral
Committed by
Wayne Stambaugh
Nov 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix debug assertion when clicking on hot key menu. (fixes lp:1389932)
parent
5f6f59ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
hotkeys_basic.cpp
common/hotkeys_basic.cpp
+1
-1
id.h
include/id.h
+0
-1
No files found.
common/hotkeys_basic.cpp
View file @
5c3cc11e
...
...
@@ -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
)
);
}
include/id.h
View file @
5c3cc11e
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment