summaryrefslogtreecommitdiff
path: root/data/app-menu.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/app-menu.ui')
-rw-r--r--data/app-menu.ui22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/app-menu.ui b/data/app-menu.ui
new file mode 100644
index 0000000..6f10188
--- /dev/null
+++ b/data/app-menu.ui
@@ -0,0 +1,22 @@
+<interface>
+ <menu id="app-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
+ <attribute name="action">win.preferences</attribute>
+ <attribute name="accel">&lt;Primary&gt;p</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="action">win.about</attribute>
+ <attribute name="label" translatable="yes">About</attribute>
+ </item>
+ <item>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="label" translatable="yes">Quit</attribute>
+ <attribute name="accel">&lt;Primary&gt;q</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>