summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan R. García Blanco <juanrgar@gmail.com>2015-06-13 19:41:57 +0200
committerJuan R. García Blanco <juanrgar@gmail.com>2015-06-13 19:41:57 +0200
commit80c58b1cbf2e23098614c4bd7e72e5ad2c61c97e (patch)
tree60c4782da955c15b184ebd9784c642540e894a4f
parentc6bb5fd79290addd3f700d73a019ba1de1da7505 (diff)
downloadgnome-dictionary-80c58b1cbf2e23098614c4bd7e72e5ad2c61c97e.tar.gz
app: Make entries under File top-level menu entries
See https://bugzilla.gnome.org/show_bug.cgi?id=334866
-rw-r--r--src/gdict-app-menus.ui39
1 files changed, 18 insertions, 21 deletions
diff --git a/src/gdict-app-menus.ui b/src/gdict-app-menus.ui
index 699e865..f6a462e 100644
--- a/src/gdict-app-menus.ui
+++ b/src/gdict-app-menus.ui
@@ -31,27 +31,24 @@
</menu>
<menu id="menubar">
- <submenu>
- <attribute name="label" translatable="yes">_File</attribute>
- <section>
- <item>
- <attribute name="label" translatable="yes">_Save a Copy...</attribute>
- <attribute name="action">win.save-as</attribute>
- </item>
- </section>
- <section>
- <item>
- <attribute name="label" translatable="yes">P_review</attribute>
- <attribute name="action">win.preview</attribute>
- <attribute name="accel">&lt;Shift&gt;&lt;Primary&gt;p</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">_Print</attribute>
- <attribute name="action">win.print</attribute>
- <attribute name="accel">&lt;Primary&gt;p</attribute>
- </item>
- </section>
- </submenu>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Save a Copy...</attribute>
+ <attribute name="action">win.save-as</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">P_review</attribute>
+ <attribute name="action">win.preview</attribute>
+ <attribute name="accel">&lt;Shift&gt;&lt;Primary&gt;p</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Print</attribute>
+ <attribute name="action">win.print</attribute>
+ <attribute name="accel">&lt;Primary&gt;p</attribute>
+ </item>
+ </section>
<section>
<item>
<attribute name="label" translatable="yes">_Find</attribute>