diff options
author | Marvin W <git@larma.de> | 2017-03-10 19:34:56 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-10 19:50:34 +0100 |
commit | 29ca70a6d534e1cd79963718c793ae740318cff1 (patch) | |
tree | 295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /client/data/menu_add.ui | |
parent | cf51e1dee22273366700c41a185c4bea343dddfe (diff) | |
download | dino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip |
Initial plugin system
Diffstat (limited to 'client/data/menu_add.ui')
-rw-r--r-- | client/data/menu_add.ui | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/client/data/menu_add.ui b/client/data/menu_add.ui deleted file mode 100644 index 3b2c4c4a..00000000 --- a/client/data/menu_add.ui +++ /dev/null @@ -1,16 +0,0 @@ -<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> |