[eog] EogWindow: Update gear menu
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] EogWindow: Update gear menu
- Date: Wed, 28 Jan 2015 20:05:02 +0000 (UTC)
commit 9e6547c519eccaca6abafd7f1a62bec8488be62f
Author: Felix Riemann <friemann gnome org>
Date: Wed Jan 28 21:02:45 2015 +0100
EogWindow: Update gear menu
First improvements following suggestions by Allan Day.
data/eog-gear-menu.ui | 88 ++++++++++++++++++++++++++-----------------------
1 files changed, 47 insertions(+), 41 deletions(-)
---
diff --git a/data/eog-gear-menu.ui b/data/eog-gear-menu.ui
index 332be3b..5e0b3ca 100644
--- a/data/eog-gear-menu.ui
+++ b/data/eog-gear-menu.ui
@@ -1,43 +1,49 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
<interface>
- <menu id="gear-menu">
- <section>
- <item>
- <attribute name="label" translatable="yes">_Open…</attribute>
- <attribute name="action">win.open</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">_Save</attribute>
- <attribute name="action">win.save</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">Prope_rties</attribute>
- <attribute name="action">win.properties</attribute>
- </item>
- </section>
- <section>
- <submenu>
- <attribute name="label" translatable="yes">Open _With</attribute>
- <section>
- <attribute name="id">view-section</attribute>
- </section>
- </submenu>
- <item>
- <attribute name="label" translatable="yes">_Print…</attribute>
- <attribute name="action">win.print</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">Set as Wa_llpaper</attribute>
- <attribute name="action">win.set-wallpaper</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">Sli_deshow</attribute>
- <attribute name="action">win.view-slideshow</attribute>
- </item>
- </section>
- </menu>
+ <menu id="gear-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Open…</attribute>
+ <attribute name="action">win.open</attribute>
+ </item>
+ <submenu>
+ <attribute name="label" translatable="yes">Open _With</attribute>
+ <section>
+ <attribute name="id">view-section</attribute>
+ </section>
+ </submenu>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Save</attribute>
+ <attribute name="action">win.save</attribute>
+ </item>
+ <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">_Print…</attribute>
+ <attribute name="action">win.print</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Set as Wa_llpaper</attribute>
+ <attribute name="action">win.set-wallpaper</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Sli_deshow</attribute>
+ <attribute name="action">win.view-slideshow</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Prope_rties</attribute>
+ <attribute name="action">win.properties</attribute>
+ </item>
+ </section>
+ </menu>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]