← Back to team overview

kicad-developers team mailing list archive

[PATCH] One Hotkey submenu is enough

 

From: Michele <mike@xxxxxxxxxxxxxxxxxxxx>

There are two Hotkey submenu under "Preferences" in Kicad.
This patch removes the second one.

---
 kicad/menubar.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kicad/menubar.cpp b/kicad/menubar.cpp
index d34379b..3c6a6f4 100644
--- a/kicad/menubar.cpp
+++ b/kicad/menubar.cpp
@@ -343,9 +343,6 @@ void KICAD_MANAGER_FRAME::ReCreateMenuBar()
     preferencesMenu->AppendSeparator();
     Pgm().AddMenuLanguageList( preferencesMenu );
 
-    // Hotkey submenu
-    AddHotkeyConfigMenu( preferencesMenu );
-
     // Menu Tools:
     wxMenu* toolsMenu = new wxMenu;
 
-- 
2.0.0



Follow ups