[evince] ui: Separate Open and Save actions in their own menu groups
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] ui: Separate Open and Save actions in their own menu groups
- Date: Fri, 27 Jul 2018 18:36:18 +0000 (UTC)
commit 1dc4ab55069a9c1871afb1862cf40d59ddb8ed12
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Fri Jul 27 14:34:39 2018 -0400
ui: Separate Open and Save actions in their own menu groups
See #947
shell/evince-menus.ui | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/shell/evince-menus.ui b/shell/evince-menus.ui
index 3370935a..a6815cd4 100644
--- a/shell/evince-menus.ui
+++ b/shell/evince-menus.ui
@@ -51,15 +51,17 @@
<attribute name="label" translatable="yes">Open a C_opy</attribute>
<attribute name="action">win.open-copy</attribute>
</item>
- <item>
- <attribute name="label" translatable="yes">_Save As…</attribute>
- <attribute name="action">win.save-as</attribute>
- </item>
<item>
<attribute name="label" translatable="yes">Open Containing _Folder</attribute>
<attribute name="action">win.open-containing-folder</attribute>
</item>
</section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Save As…</attribute>
+ <attribute name="action">win.save-as</attribute>
+ </item>
+ </section>
<section>
<item>
<attribute name="label" translatable="yes">Present as _Slideshow</attribute>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]