[gnome-dictionary] app: Make entries under File top-level menu entries



commit 80c58b1cbf2e23098614c4bd7e72e5ad2c61c97e
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sat Jun 13 19:41:57 2015 +0200

    app: Make entries under File top-level menu entries
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=334866

 src/gdict-app-menus.ui |   39 ++++++++++++++++++---------------------
 1 files changed, 18 insertions(+), 21 deletions(-)
---
diff --git a/src/gdict-app-menus.ui b/src/gdict-app-menus.ui
index 699e865..f6a462e 100644
--- a/src/gdict-app-menus.ui
+++ b/src/gdict-app-menus.ui
@@ -31,27 +31,24 @@
   </menu>
 
   <menu id="menubar">
-    <submenu>
-      <attribute name="label" translatable="yes">_File</attribute>
-      <section>
-        <item>
-          <attribute name="label" translatable="yes">_Save a Copy...</attribute>
-          <attribute name="action">win.save-as</attribute>
-        </item>
-      </section>
-      <section>
-        <item>
-          <attribute name="label" translatable="yes">P_review</attribute>
-          <attribute name="action">win.preview</attribute>
-          <attribute name="accel">&lt;Shift&gt;&lt;Primary&gt;p</attribute>
-        </item>
-        <item>
-          <attribute name="label" translatable="yes">_Print</attribute>
-          <attribute name="action">win.print</attribute>
-          <attribute name="accel">&lt;Primary&gt;p</attribute>
-        </item>
-      </section>
-    </submenu>
+    <section>
+      <item>
+        <attribute name="label" translatable="yes">_Save a Copy...</attribute>
+        <attribute name="action">win.save-as</attribute>
+      </item>
+    </section>
+    <section>
+      <item>
+        <attribute name="label" translatable="yes">P_review</attribute>
+        <attribute name="action">win.preview</attribute>
+        <attribute name="accel">&lt;Shift&gt;&lt;Primary&gt;p</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">_Print</attribute>
+        <attribute name="action">win.print</attribute>
+        <attribute name="accel">&lt;Primary&gt;p</attribute>
+      </item>
+    </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">_Find</attribute>


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