dino/main/data/menu_app.ui
2018-08-13 22:28:45 +02:00

22 lines
722 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>