Fixed order of icons in help menu for gerbview and pagelayout-editor
This commit is contained in:
parent
dd41260c2c
commit
a285aead3f
|
@ -223,15 +223,15 @@ void GERBVIEW_FRAME::ReCreateMenuBar()
|
||||||
wxID_HELP,
|
wxID_HELP,
|
||||||
_( "Gerbview &Manual" ),
|
_( "Gerbview &Manual" ),
|
||||||
_( "Open the GerbView Manual" ),
|
_( "Open the GerbView Manual" ),
|
||||||
KiBitmap( help_xpm ) );
|
KiBitmap( online_help_xpm ) );
|
||||||
|
|
||||||
AddMenuItem( helpMenu,
|
AddMenuItem( helpMenu,
|
||||||
wxID_INDEX,
|
wxID_INDEX,
|
||||||
_( "&Getting Started in KiCad" ),
|
_( "&Getting Started in KiCad" ),
|
||||||
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
|
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
|
||||||
KiBitmap( online_help_xpm ) );
|
KiBitmap( help_xpm ) );
|
||||||
|
|
||||||
// About GerbView
|
// About Kicad
|
||||||
AddMenuItem( helpMenu,
|
AddMenuItem( helpMenu,
|
||||||
wxID_ABOUT,
|
wxID_ABOUT,
|
||||||
_( "&About Kicad" ),
|
_( "&About Kicad" ),
|
||||||
|
|
|
@ -150,15 +150,15 @@ void PL_EDITOR_FRAME::ReCreateMenuBar()
|
||||||
wxID_HELP,
|
wxID_HELP,
|
||||||
_( "Page Layout Editor &Manual" ),
|
_( "Page Layout Editor &Manual" ),
|
||||||
_( "Open the Page Layout Editor Manual" ),
|
_( "Open the Page Layout Editor Manual" ),
|
||||||
KiBitmap( help_xpm ) );
|
KiBitmap( online_help_xpm ) );
|
||||||
|
|
||||||
AddMenuItem( helpMenu,
|
AddMenuItem( helpMenu,
|
||||||
wxID_INDEX,
|
wxID_INDEX,
|
||||||
_( "&Getting Started in KiCad" ),
|
_( "&Getting Started in KiCad" ),
|
||||||
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
|
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
|
||||||
KiBitmap( online_help_xpm ) );
|
KiBitmap( help_xpm ) );
|
||||||
|
|
||||||
// About GerbView
|
// About Kicad
|
||||||
AddMenuItem( helpMenu,
|
AddMenuItem( helpMenu,
|
||||||
wxID_ABOUT,
|
wxID_ABOUT,
|
||||||
_( "&About Kicad" ),
|
_( "&About Kicad" ),
|
||||||
|
|
Loading…
Reference in New Issue