|
|
@ -1,11 +1,10 @@ |
|
|
|
|
|
|
|
/*
|
|
|
|
* This program source code file is part of KiCad, a free EDA CAD application. |
|
|
|
* |
|
|
|
* Copyright (C) 2015 Jean-Pierre Charras, jp.charras at wanadoo.fr |
|
|
|
* Copyright (C) 2015 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com> |
|
|
|
* Copyright (C) 2015 Wayne Stambaugh <stambaughw@verizon.net> |
|
|
|
* Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. |
|
|
|
* Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors. |
|
|
|
* |
|
|
|
* This program is free software; you can redistribute it and/or |
|
|
|
* modify it under the terms of the GNU General Public License |
|
|
@ -344,6 +343,11 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar() |
|
|
|
_( "Open the \"Getting Started in KiCad\" guide for beginners" ), |
|
|
|
KiBitmap( help_xpm ) ); |
|
|
|
|
|
|
|
AddMenuItem( helpMenu, ID_PREFERENCES_HOTKEY_SHOW_CURRENT_LIST, |
|
|
|
_( "&List Hotkeys" ), |
|
|
|
_( "Displays the current hotkeys list and corresponding commands" ), |
|
|
|
KiBitmap( hotkeys_xpm ) ); |
|
|
|
|
|
|
|
// About Pcbnew
|
|
|
|
helpMenu->AppendSeparator(); |
|
|
|
AddMenuItem( helpMenu, wxID_ABOUT, |
|
|
|