[quadrapassel] app menu: standardize Help/About/Quit



commit a5e94fc12fc8ae0bddde3c5827a2e842b42e5439
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 12:18:35 2013 -0600

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

 src/quadrapassel.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/quadrapassel.vala b/src/quadrapassel.vala
index 1d9d801..e38382b 100644
--- a/src/quadrapassel.vala
+++ b/src/quadrapassel.vala
@@ -99,8 +99,6 @@ public class Quadrapassel : 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]