Yet another help menu unification fix.
This commit is contained in:
parent
f13208dc04
commit
50d8195623
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue