aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources/epiphany-application-menu.ui
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-04-16 18:34:34 +0800
committerXan Lopez <xan@igalia.com>2012-04-16 18:34:34 +0800
commit6ca351051cee2d7528a4c03a5ffb50a230be5327 (patch)
treee8ed7939f7a780041066204d737ba4570c7d4d89 /src/resources/epiphany-application-menu.ui
parent0d0d1afa437f8ac25d85e090e318075dbdf0539d (diff)
downloadgsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar
gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.gz
gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.bz2
gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.lz
gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.xz
gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.zst
gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.zip
Move resources to its own directory inside src/
Diffstat (limited to 'src/resources/epiphany-application-menu.ui')
-rw-r--r--src/resources/epiphany-application-menu.ui49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui
new file mode 100644
index 000000000..87d3d8b57
--- /dev/null
+++ b/src/resources/epiphany-application-menu.ui
@@ -0,0 +1,49 @@
+<?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">_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>