[hitori] app menu: standardize help/about/quit



commit 99d9f9a2228bbec6d58ae9769b5913250c7f5619
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Jun 4 20:39:43 2014 -0500

    app menu: standardize help/about/quit
    
    As of 3.12, we are using this style fairly consistently.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731312

 data/hitori.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/hitori.ui b/data/hitori.ui
index 12dfc1a..5088b00 100644
--- a/data/hitori.ui
+++ b/data/hitori.ui
@@ -11,15 +11,15 @@
                </section>
                <section>
                        <item>
-                               <attribute name="action">app.about</attribute>
-                               <attribute name="label" translatable="yes">_About Hitori</attribute>
-                       </item>
-                       <item>
                                <attribute name="action">app.help</attribute>
                                <attribute name="label" translatable="yes">_Help</attribute>
                                <attribute name="accel">F1</attribute>
                        </item>
                        <item>
+                               <attribute name="action">app.about</attribute>
+                               <attribute name="label" translatable="yes">_About</attribute>
+                       </item>
+                       <item>
                                <attribute name="action">app.quit</attribute>
                                <attribute name="label" translatable="yes">_Quit</attribute>
                                <attribute name="accel">&lt;Primary&gt;q</attribute>


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