[gnome-builder/wip/chergert/layout] menus: add Save and Save As to document menu
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/layout] menus: add Save and Save As to document menu
- Date: Wed, 5 Jul 2017 08:17:26 +0000 (UTC)
commit d67ef70caf66b15316b0a7c51d840ffdaa20a952
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 acaacc0..ce21265 100644
--- a/data/gtk/menus.ui
+++ b/data/gtk/menus.ui
@@ -256,6 +256,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]