17 lines
521 B
XML
17 lines
521 B
XML
<interface>
|
|
<menu id="menu_add">
|
|
<section>
|
|
<item>
|
|
<attribute name="action">win.add_chat</attribute>
|
|
<attribute name="label" translatable="yes">Start Chat</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="action">win.add_conference</attribute>
|
|
<attribute name="label" translatable="yes">Join Conference</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|