More help menu unification fixes.

This commit is contained in:
Simon Wells 2015-09-25 18:22:54 -04:00 committed by Wayne Stambaugh
commit 3ef7df3be5
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" ),