Made help menu items consistent

This commit is contained in:
Simon Wells 2015-09-24 04:47:34 +12:00
parent 1861f94ec1
commit 58d0abb23a
3 changed files with 3 additions and 3 deletions

View File

@ -260,7 +260,7 @@ void LIB_EDIT_FRAME::ReCreateMenuBar()
// Contents
AddMenuItem( helpMenu,
wxID_HELP,
_( "&Contents" ),
_( "Eesc&hema Manual" ),
_( "Open the Eeschema manual" ),
KiBitmap( online_help_xpm ) );

View File

@ -221,7 +221,7 @@ void GERBVIEW_FRAME::ReCreateMenuBar()
// Contents
AddMenuItem( helpMenu,
wxID_HELP,
_( "&Contents" ),
_( "Gerbview &Manual" ),
_( "Open the GerbView handbook" ),
KiBitmap( help_xpm ) );

View File

@ -643,7 +643,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
AddHelpVersionInfoMenuEntry( helpMenu );
AddMenuItem( helpMenu, wxID_HELP,
_( "&Contents" ),
_( "Pcbnew &Manual" ),
_( "Open the Pcbnew handbook" ),
KiBitmap( online_help_xpm ) );