Le 22/03/2015 22:24, Michele Ballabio a écrit :
> From: Michele <[email protected]>
> 
> 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

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to