← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] One Hotkey submenu is enough

 

Le 22/03/2015 22:24, Michele Ballabio a écrit :
> 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;

I removed it in rev 5531, among some other fixes.
Thanks to notice that.


-- 
Jean-Pierre CHARRAS


References