Fixed order of icons in help menu for gerbview and pagelayout-editor

This commit is contained in:
Simon Wells 2015-09-26 05:58:50 +12:00
parent dd41260c2c
commit a285aead3f
2 changed files with 6 additions and 6 deletions

View File

@ -223,15 +223,15 @@ void GERBVIEW_FRAME::ReCreateMenuBar()
wxID_HELP,
_( "Gerbview &Manual" ),
_( "Open the GerbView Manual" ),
KiBitmap( help_xpm ) );
KiBitmap( online_help_xpm ) );
AddMenuItem( helpMenu,
wxID_INDEX,
_( "&Getting Started in KiCad" ),
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
KiBitmap( online_help_xpm ) );
KiBitmap( help_xpm ) );
// About GerbView
// About Kicad
AddMenuItem( helpMenu,
wxID_ABOUT,
_( "&About Kicad" ),

View File

@ -150,15 +150,15 @@ void PL_EDITOR_FRAME::ReCreateMenuBar()
wxID_HELP,
_( "Page Layout Editor &Manual" ),
_( "Open the Page Layout Editor Manual" ),
KiBitmap( help_xpm ) );
KiBitmap( online_help_xpm ) );
AddMenuItem( helpMenu,
wxID_INDEX,
_( "&Getting Started in KiCad" ),
_( "Open \"Getting Started in KiCad\" guide for beginners" ),
KiBitmap( online_help_xpm ) );
KiBitmap( help_xpm ) );
// About GerbView
// About Kicad
AddMenuItem( helpMenu,
wxID_ABOUT,
_( "&About Kicad" ),