diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-10 19:53:24 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-10 19:53:24 +0100 |
commit | 24b55d83a1f9e21b028c8d5ac9778e75565f417d (patch) | |
tree | 195b0f332e32d08e1a18fc3d8a5a6725c5ed11d7 /libdino/data/menu_add.ui | |
parent | 4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (diff) | |
parent | 29ca70a6d534e1cd79963718c793ae740318cff1 (diff) | |
download | dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.tar.gz dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.zip |
Merge branch 'master' of github.com:dino/dino
Diffstat (limited to 'libdino/data/menu_add.ui')
-rw-r--r-- | libdino/data/menu_add.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libdino/data/menu_add.ui b/libdino/data/menu_add.ui new file mode 100644 index 00000000..3b2c4c4a --- /dev/null +++ b/libdino/data/menu_add.ui @@ -0,0 +1,16 @@ +<interface> + <menu id="menu_add"> + <section> + <item> + <attribute name="action">app.add_chat</attribute> + <attribute name="label" translatable="yes">Start Chat</attribute> + </item> + </section> + <section> + <item> + <attribute name="action">app.add_conference</attribute> + <attribute name="label" translatable="yes">Join Conference</attribute> + </item> + </section> + </menu> +</interface> |