diff --git a/gerbview/menubar.cpp b/gerbview/menubar.cpp index 9c5636b669..c6c2c2d339 100644 --- a/gerbview/menubar.cpp +++ b/gerbview/menubar.cpp @@ -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" ), diff --git a/pagelayout_editor/menubar.cpp b/pagelayout_editor/menubar.cpp index 4fa0de6628..41e985f648 100644 --- a/pagelayout_editor/menubar.cpp +++ b/pagelayout_editor/menubar.cpp @@ -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" ),