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 // Contents
AddMenuItem( helpMenu, AddMenuItem( helpMenu,
wxID_HELP, wxID_HELP,
_( "&Contents" ), _( "Eesc&hema Manual" ),
_( "Open the Eeschema manual" ), _( "Open the Eeschema manual" ),
KiBitmap( online_help_xpm ) ); KiBitmap( online_help_xpm ) );

View File

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

View File

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