← Back to team overview

kicad-developers team mailing list archive

Rev 6210: Unify help menus across top level windows.

 

The separator are missed in help menu over info entry in pl_editor and
gerbview.


=== modified file 'gerbview/menubar.cpp'
--- gerbview/menubar.cpp 2015-09-29 08:57:58 +0000
+++ gerbview/menubar.cpp 2015-09-30 08:22:13 +0000
@@ -231,6 +231,9 @@
                  _( "Open \"Getting Started in KiCad\" guide for
beginners" ),
                  KiBitmap( online_help_xpm ) );

+    // Separator
+    helpMenu->AppendSeparator();
+
     // About Kicad
     AddMenuItem( helpMenu,
                  wxID_ABOUT,

=== modified file 'pagelayout_editor/menubar.cpp'
--- pagelayout_editor/menubar.cpp 2015-09-29 08:57:58 +0000
+++ pagelayout_editor/menubar.cpp 2015-09-30 08:21:58 +0000
@@ -158,6 +158,9 @@
                  _( "Open \"Getting Started in KiCad\" guide for
beginners" ),
                  KiBitmap( online_help_xpm ) );

+    // Separator
+    helpMenu->AppendSeparator();
+
     // About Kicad
     AddMenuItem( helpMenu,
                  wxID_ABOUT,

Follow ups