diff --git a/cvpcb/menubar.cpp b/cvpcb/menubar.cpp index d8ceb32d09..c33ae5c684 100644 --- a/cvpcb/menubar.cpp +++ b/cvpcb/menubar.cpp @@ -121,10 +121,16 @@ void CVPCB_MAINFRAME::ReCreateMenuBar() AddHelpVersionInfoMenuEntry( helpMenu ); // Manual Contents - AddMenuItem( helpMenu, wxID_HELP, _( "&CvPcb Manual" ), - _( "Open CvPcb manual" ), + AddMenuItem( helpMenu, wxID_HELP, _( "CvPcb &Manual" ), + _( "Open CvPcb Manual" ), KiBitmap( online_help_xpm ) ); + AddMenuItem( helpMenu, + wxID_INDEX, + _( "&Getting Started in KiCad" ), + _( "Open \"Getting Started in KiCad\" guide for beginners" ), + KiBitmap( help_xpm ) ); + // About CvPcb AddMenuItem( helpMenu, wxID_ABOUT, _( "&About CvPcb" ), diff --git a/eeschema/menubar.cpp b/eeschema/menubar.cpp index 5e61beec8c..c7888f8ffb 100644 --- a/eeschema/menubar.cpp +++ b/eeschema/menubar.cpp @@ -486,7 +486,7 @@ void SCH_EDIT_FRAME::ReCreateMenuBar() AddMenuItem( helpMenu, wxID_HELP, _( "Eeschema &Manual" ), - _( "Open Eeschema manual" ), + _( "Open Eeschema Manual" ), KiBitmap( online_help_xpm ) ); AddMenuItem( helpMenu, diff --git a/eeschema/menubar_libedit.cpp b/eeschema/menubar_libedit.cpp index 0fe4d3f519..1eb9968683 100644 --- a/eeschema/menubar_libedit.cpp +++ b/eeschema/menubar_libedit.cpp @@ -261,7 +261,7 @@ void LIB_EDIT_FRAME::ReCreateMenuBar() AddMenuItem( helpMenu, wxID_HELP, _( "Eeschema &Manual" ), - _( "Open the Eeschema manual" ), + _( "Open the Eeschema Manual" ), KiBitmap( online_help_xpm ) ); AddMenuItem( helpMenu, diff --git a/gerbview/menubar.cpp b/gerbview/menubar.cpp index b46d91d7cd..6cdd8a47e0 100644 --- a/gerbview/menubar.cpp +++ b/gerbview/menubar.cpp @@ -222,15 +222,21 @@ void GERBVIEW_FRAME::ReCreateMenuBar() AddMenuItem( helpMenu, wxID_HELP, _( "Gerbview &Manual" ), - _( "Open the GerbView handbook" ), + _( "Open the GerbView Manual" ), KiBitmap( help_xpm ) ); + AddMenuItem( helpMenu, + wxID_INDEX, + _( "&Getting Started in KiCad" ), + _( "Open \"Getting Started in KiCad\" guide for beginners" ), + KiBitmap( online_help_xpm ) ); + // About GerbView AddMenuItem( helpMenu, wxID_ABOUT, _( "&About GerbView" ), _( "About GerbView gerber and drill viewer" ), - KiBitmap( online_help_xpm ) ); + KiBitmap( info_xpm ) ); // Append menus to the menubar menuBar->Append( fileMenu, _( "&File" ) ); diff --git a/pagelayout_editor/menubar.cpp b/pagelayout_editor/menubar.cpp index cfd674d40e..5fe1987d0b 100644 --- a/pagelayout_editor/menubar.cpp +++ b/pagelayout_editor/menubar.cpp @@ -148,16 +148,22 @@ void PL_EDITOR_FRAME::ReCreateMenuBar() // Contents AddMenuItem( helpMenu, wxID_HELP, - _( "&Contents" ), - _( "Open the GerbView handbook" ), + _( "Pl_Editor &Manual" ), + _( "Open the Pl_Editor Manual" ), KiBitmap( help_xpm ) ); + AddMenuItem( helpMenu, + wxID_INDEX, + _( "&Getting Started in KiCad" ), + _( "Open \"Getting Started in KiCad\" guide for beginners" ), + KiBitmap( online_help_xpm ) ); + // About GerbView AddMenuItem( helpMenu, wxID_ABOUT, _( "&About Page Layout Editor" ), _( "About page layout description editor" ), - KiBitmap( online_help_xpm ) ); + KiBitmap( info_xpm ) ); // Append menus to the menubar menuBar->Append( fileMenu, _( "&File" ) ); diff --git a/pcbnew/menubar_modedit.cpp b/pcbnew/menubar_modedit.cpp index 4cb00c5a0b..dd981d95f1 100644 --- a/pcbnew/menubar_modedit.cpp +++ b/pcbnew/menubar_modedit.cpp @@ -339,7 +339,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar() // Contents AddMenuItem( helpMenu, wxID_HELP, _( "P&cbnew Manual" ), - _( "Open the Pcbnew manual" ), + _( "Open the Pcbnew Manual" ), KiBitmap( online_help_xpm ) ); AddMenuItem( helpMenu, wxID_INDEX, diff --git a/pcbnew/menubar_pcbframe.cpp b/pcbnew/menubar_pcbframe.cpp index 8493a4b518..fbe5b2e425 100644 --- a/pcbnew/menubar_pcbframe.cpp +++ b/pcbnew/menubar_pcbframe.cpp @@ -644,7 +644,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar() AddMenuItem( helpMenu, wxID_HELP, _( "Pcbnew &Manual" ), - _( "Open the Pcbnew handbook" ), + _( "Open the Pcbnew Manual" ), KiBitmap( online_help_xpm ) ); AddMenuItem( helpMenu, wxID_INDEX,