Yet another help menu unification fix.

This commit is contained in:
Baranovskiy Konstantin 2015-09-30 10:05:07 -04:00 committed by Wayne Stambaugh
parent f13208dc04
commit 50d8195623
2 changed files with 6 additions and 0 deletions

View File

@ -231,6 +231,9 @@ void GERBVIEW_FRAME::ReCreateMenuBar()
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
KiBitmap( help_xpm ) );
// Separator
helpMenu->AppendSeparator();
// About Kicad
AddMenuItem( helpMenu,
wxID_ABOUT,

View File

@ -158,6 +158,9 @@ void PL_EDITOR_FRAME::ReCreateMenuBar()
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
KiBitmap( help_xpm ) );
// Separator
helpMenu->AppendSeparator();
// About Kicad
AddMenuItem( helpMenu,
wxID_ABOUT,