Made help menu items consistent
This commit is contained in:
parent
1861f94ec1
commit
58d0abb23a
|
@ -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 ) );
|
||||||
|
|
||||||
|
|
|
@ -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 ) );
|
||||||
|
|
||||||
|
|
|
@ -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 ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue