[gnome-disk-utility] Switch "About Disks" and "Help" menu items in app menu



commit deca3aabfa100efbd58780679fc142b2da681070
Author: David Zeuthen <zeuthen gmail com>
Date:   Tue Nov 27 08:54:38 2012 -0500

    Switch "About Disks" and "Help" menu items in app menu
    
    Not sure it matters, but according to the live.gnome.org wiki page at
    https://live.gnome.org/GnomeGoals/PortToGMenu this is the right order.
    
    Signed-off-by: David Zeuthen <zeuthen gmail com>

 data/ui/app-menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/app-menu.ui b/data/ui/app-menu.ui
index e79d9b2..3d700f8 100644
--- a/data/ui/app-menu.ui
+++ b/data/ui/app-menu.ui
@@ -9,15 +9,15 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_About Disks</attribute>
-        <attribute name="action">app.about</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="label" translatable="yes">_About Disks</attribute>
+        <attribute name="action">app.about</attribute>
+      </item>
+      <item>
         <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="action">app.quit</attribute>
         <attribute name="accel">&lt;Primary&gt;q</attribute>



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