[gnome-builder/wip/chergert/layout: 111/118] menus: add Save and Save As to document menu



commit 9478d7414b8d4d96dbbbadcb0fc00012b587c17b
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jul 5 01:16:36 2017 -0700

    menus: add Save and Save As to document menu
    
    When you can't find these actions, it can be frustrating.

 data/gtk/menus.ui |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/gtk/menus.ui b/data/gtk/menus.ui
index 37c815d..555ec67 100644
--- a/data/gtk/menus.ui
+++ b/data/gtk/menus.ui
@@ -262,6 +262,16 @@
         <attribute name="label" translatable="yes">Document Preferences</attribute>
       </item>
     </section>
+    <section id="editor-document-save-section">
+      <item>
+        <attribute name="action">editor-view.save</attribute>
+        <attribute name="label" translatable="yes">_Save</attribute>
+      </item>
+      <item>
+        <attribute name="action">editor-view.save-as</attribute>
+        <attribute name="label" translatable="yes">Save _As</attribute>
+      </item>
+    </section>
     <section id="editor-document-close-section">
       <item>
         <attribute name="action">layoutstack.close-view</attribute>


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