aboutsummaryrefslogtreecommitdiff
path: root/src/resources/ui/app-menu.ui
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-27 20:14:06 +0100
committerGuido Günther <agx@sigxcpu.org>2014-10-27 20:14:06 +0100
commitc39fada698da5b17680af8d9e6958b07bfbdbdd3 (patch)
treee9e2eae6977769d87736dd9c5a197c7b7e14a266 /src/resources/ui/app-menu.ui
parentDocument changes and release 3.12.0-2 (diff)
parentNew upstream version 3.15.1 (diff)
downloadkrb5-auth-dialog-c39fada698da5b17680af8d9e6958b07bfbdbdd3.tar.gz
krb5-auth-dialog-c39fada698da5b17680af8d9e6958b07bfbdbdd3.tar.bz2
krb5-auth-dialog-c39fada698da5b17680af8d9e6958b07bfbdbdd3.zip
Merge tag 'upstream/3.15.1' into experimental
Upstream version 3.15.1 # gpg: Signature made Mo 27 Okt 2014 20:14:03 CET # gpg: using RSA key 0x07B8B7B0EA98120B # gpg: please do a --check-trustdb # gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" # gpg: aka "Guido Günther <gg@godiug.net>" # gpg: aka "Guido Günther <agx@debian.org>"
Diffstat (limited to 'src/resources/ui/app-menu.ui')
-rw-r--r--src/resources/ui/app-menu.ui28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/resources/ui/app-menu.ui b/src/resources/ui/app-menu.ui
new file mode 100644
index 0000000..c61e580
--- /dev/null
+++ b/src/resources/ui/app-menu.ui
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <menu id="app-menu">
+ <section>
+ <item>
+ <attribute name="action">app.preferences</attribute>
+ <attribute name="label" translatable="yes">Prefere_nces</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="action">app.about</attribute>
+ <attribute name="label" translatable="yes">_About</attribute>
+ </item>
+ <item>
+ <attribute name="action">app.help</attribute>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="label" translatable="yes">_Quit</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>
bgstack15