More help menu unification fixes.
This commit is contained in:
commit
3ef7df3be5
|
@ -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" ),
|
||||
|
|
|
@ -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" ),
|
||||
|
|
Loading…
Reference in New Issue