diff options
author | Guido Günther <agx@sigxcpu.org> | 2015-01-16 12:09:08 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2015-01-16 12:09:08 +0100 |
commit | 20e3e2f381a1c6a9412d14237dab07debd29b93e (patch) | |
tree | 6837d505c135242361e5779038fffd5d7769dd22 /src/resources/ui/tray-icon-menu.ui | |
parent | Add gbp.conf for experimental (diff) | |
parent | New upstream version 3.15.4 (diff) | |
download | krb5-auth-dialog-20e3e2f381a1c6a9412d14237dab07debd29b93e.tar.gz krb5-auth-dialog-20e3e2f381a1c6a9412d14237dab07debd29b93e.tar.bz2 krb5-auth-dialog-20e3e2f381a1c6a9412d14237dab07debd29b93e.zip |
Merge tag 'upstream/3.15.4' into experimental
Upstream version 3.15.4
# gpg: Signature made Fr 16 Jan 2015 12:09:00 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/tray-icon-menu.ui')
-rw-r--r-- | src/resources/ui/tray-icon-menu.ui | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/resources/ui/tray-icon-menu.ui b/src/resources/ui/tray-icon-menu.ui new file mode 100644 index 0000000..49cf408 --- /dev/null +++ b/src/resources/ui/tray-icon-menu.ui @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.0 --> + <menu id="tray-icon-context-menu"> + <section> + <item> + <attribute name="action">trayicon.remove_credentials_cache</attribute> + <attribute name="label" translatable="yes">Remove Credentials _Cache</attribute> + </item> + </section> + <section> + <item> + <attribute name="action">trayicon.list_tickets</attribute> + <attribute name="label" translatable="yes">_List Tickets</attribute> + </item> + </section> + <section> + <item> + <attribute name="action">trayicon.help</attribute> + <attribute name="label" translatable="yes">_Help</attribute> + </item> + </section> + <section> + <item> + <attribute name="action">trayicon.quit</attribute> + <attribute name="label" translatable="yes">_Quit</attribute> + </item> + </section> + </menu> +</interface> |