[epiphany] resources: tidy up application menu order



commit ee88c32cb70898dfb99df1dfe455cdf240a8df98
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Thu Dec 6 11:04:13 2012 -0500

    resources: tidy up application menu order
    
    Copy the sort order of other GNOME3 applications.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678962

 src/resources/epiphany-application-menu.ui |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui
index 87d3d8b..ab0202b 100644
--- a/src/resources/epiphany-application-menu.ui
+++ b/src/resources/epiphany-application-menu.ui
@@ -22,23 +22,21 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Preferences</attribute>
-        <attribute name="action">app.preferences</attribute>
-        <attribute name="accel">&lt;Primary&gt;e</attribute>
-      </item>
-      <item>
         <attribute name="label" translatable="yes">Personal Data</attribute>
         <attribute name="action">app.pdm</attribute>
         <attribute name="accel">&lt;Primary&gt;m</attribute>
       </item>
+      <item>
+        <attribute name="label" translatable="yes">Preferences</attribute>
+        <attribute name="action">app.preferences</attribute>
+        <attribute name="accel">&lt;Primary&gt;e</attribute>
+      </item>
     </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
       </item>
-    </section>
-    <section>
       <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]