Made help menu items consistent
This commit is contained in:
parent
1861f94ec1
commit
58d0abb23a
|
@ -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 ) );
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ void GERBVIEW_FRAME::ReCreateMenuBar()
|
|||
// Contents
|
||||
AddMenuItem( helpMenu,
|
||||
wxID_HELP,
|
||||
_( "&Contents" ),
|
||||
_( "Gerbview &Manual" ),
|
||||
_( "Open the GerbView handbook" ),
|
||||
KiBitmap( help_xpm ) );
|
||||
|
||||
|
|
|
@ -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 ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue