dino/main/data/menu_app.ui
2017-04-10 15:47:21 +02:00

21 lines
683 B
XML

<interface>
<menu id="menu_app">
<section>
<item>
<attribute name="action">app.accounts</attribute>
<attribute name="label" translatable="yes">Accounts</attribute>
</item>
<item>
<attribute name="action">app.settings</attribute>
<attribute name="label" translatable="yes">Settings</attribute>
</item>
</section>
<section>
<item>
<attribute name="action">app.quit</attribute>
<attribute name="label" translatable="yes">Quit</attribute>
</item>
</section>
</menu>
</interface>