[gnome-text-editor] menus: move save/save-as to primary menu
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] menus: move save/save-as to primary menu
- Date: Tue, 20 Jul 2021 15:19:36 +0000 (UTC)
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"><primary>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"><primary>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"><primary><shift>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"><primary>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"><primary><shift>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]