aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany-application-menu.ui
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-28 04:15:47 +0800
committerXan Lopez <xan@igalia.com>2012-03-28 04:15:47 +0800
commitf1b56402b69be4b7f0507c7154765d7ff8260ef2 (patch)
treea15d7d44b13a7ca3ce3a20459a272d3c371d995d /src/epiphany-application-menu.ui
parent98e31b7886bad0eae162ec7c6513a1d20f306727 (diff)
downloadgsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar
gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.gz
gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.bz2
gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.lz
gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.xz
gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.zst
gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.zip
Make the resources depend on the actual UI files
Otherwise we won't update them if the UI files change. To do this we need to move them from data/ui/ to src/, which is not great. Things would be easier with non-recursive Makefiles.
Diffstat (limited to 'src/epiphany-application-menu.ui')
-rw-r--r--src/epiphany-application-menu.ui54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/epiphany-application-menu.ui b/src/epiphany-application-menu.ui
new file mode 100644
index 000000000..3bddf1b4f
--- /dev/null
+++ b/src/epiphany-application-menu.ui
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<interface>
+ <menu id="app-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_New Window</attribute>
+ <attribute name="action">app.new</attribute>
+ <attribute name="accel">&lt;Primary&gt;n</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Bookmarks</attribute>
+ <attribute name="action">app.bookmarks</attribute>
+ <attribute name="accel">&lt;Primary&gt;b</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_History</attribute>
+ <attribute name="action">app.history</attribute>
+ <attribute name="accel">&lt;Primary&gt;h</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">Preferences</attribute>
+ <attribute name="action">app.preferences</attribute>
+ <attribute name="accel">&lt;Primary&gt;e</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Personal Data</attribute>
+ <attribute name="action">app.pdm</attribute>
+ <attribute name="accel">&lt;Primary&gt;m</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <attribute name="action">app.help</attribute>
+ <attribute name="accel">F1</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_About</attribute>
+ <attribute name="action">app.about</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Quit</attribute>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="accel">&lt;Primary&gt;q</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>