[gnome-text-editor] menus: move save/save-as to primary menu



commit ba8464ad5a9c7c8e7173e3c4dbff206f9936620a
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 20 08:15:57 2021 -0700

    menus: move save/save-as to primary menu
    
    Related #113

 src/menus.ui | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index e2f77be..d44f8f5 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -13,6 +13,20 @@
         <attribute name="accel">&lt;primary&gt;n</attribute>
       </item>
     </section>
+    <section>
+      <item>
+        <attribute name="id">save</attribute>
+        <attribute name="label" translatable="yes">_Save</attribute>
+        <attribute name="action">page.save</attribute>
+        <attribute name="accel">&lt;primary&gt;s</attribute>
+      </item>
+      <item>
+        <attribute name="id">save-as</attribute>
+        <attribute name="label" translatable="yes">Save _As…</attribute>
+        <attribute name="action">page.save-as</attribute>
+        <attribute name="accel">&lt;primary&gt;&lt;shift&gt;s</attribute>
+      </item>
+    </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">_Find/Replace…</attribute>
@@ -105,20 +119,6 @@
     </section>
   </menu>
   <menu id="export-menu">
-    <section>
-      <item>
-        <attribute name="id">save</attribute>
-        <attribute name="label" translatable="yes">_Save</attribute>
-        <attribute name="action">page.save</attribute>
-        <attribute name="accel">&lt;primary&gt;s</attribute>
-      </item>
-      <item>
-        <attribute name="id">save-as</attribute>
-        <attribute name="label" translatable="yes">Save _As…</attribute>
-        <attribute name="action">page.save-as</attribute>
-        <attribute name="accel">&lt;primary&gt;&lt;shift&gt;s</attribute>
-      </item>
-    </section>
     <section>
       <item>
         <attribute name="id">discard-changes</attribute>


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