[gnome-builder] menus: standardize help/about/quit



commit 447922c13dd6eec54377e627487e1d76df6a435b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Dec 28 10:19:25 2014 -0600

    menus: standardize help/about/quit
    
    Help, About, and Quit belong at the bottom of the app menu, in their own
    section.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742063

 src/resources/gtk/menus.ui |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/src/resources/gtk/menus.ui b/src/resources/gtk/menus.ui
index 0c35037..d2fdb8d 100644
--- a/src/resources/gtk/menus.ui
+++ b/src/resources/gtk/menus.ui
@@ -10,24 +10,21 @@
       </item>
     </section>
     <section>
+      <item>
+        <attribute name="label" translatable="yes">Generate Support Log</attribute>
+        <attribute name="action">app.support</attribute>
+      </item>
+    </section>
+    <section>
       <attribute name="id">help-section</attribute>
       <item>
         <attribute name="label" translatable="yes">_Help</attribute>
         <attribute name="action">app.help</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_About Builder</attribute>
+        <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">win.about</attribute>
       </item>
-    </section>
-    <section>
-      <item>
-        <attribute name="label" translatable="yes">Generate Support Log</attribute>
-        <attribute name="action">app.support</attribute>
-      </item>
-    </section>
-    <section>
-      <attribute name="id">quit-section</attribute>
       <item>
         <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="action">app.quit</attribute>


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