[swell-foop] App menu: standardize Help/About/Quit



commit ce647118b2a79079f6975ab16fc0d917aac40c89
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 12:21:30 2013 -0600

    App menu: standardize Help/About/Quit
    
    Remove the separator between About and Quit
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus

 src/swell-foop.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 564a43a..764c3db 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -84,8 +84,6 @@ public class SwellFoop : Gtk.Application
         menu.append_section (null, section);
         section.append (_("_Help"), "app.help");
         section.append (_("_About"), "app.about");
-        section = new Menu ();
-        menu.append_section (null, section);
         section.append (_("_Quit"), "app.quit");
         set_app_menu (menu);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]