dino/main/data/menu_app.ui

22 lines
722 B
Plaintext
Raw Normal View History

2018-07-04 21:38:28 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2017-03-02 14:37:32 +00:00
<interface>
<menu id="menu_app">
<section>
<item>
<attribute name="action">app.accounts</attribute>
2017-04-07 09:09:47 +00:00
<attribute name="label" translatable="yes">Accounts</attribute>
2017-03-02 14:37:32 +00:00
</item>
<item>
<attribute name="action">app.settings</attribute>
2017-04-07 09:09:47 +00:00
<attribute name="label" translatable="yes">Settings</attribute>
2017-03-02 14:37:32 +00:00
</item>
</section>
<section>
<item>
<attribute name="action">app.quit</attribute>
2017-04-07 09:09:47 +00:00
<attribute name="label" translatable="yes">Quit</attribute>
2017-03-02 14:37:32 +00:00
</item>
</section>
</menu>
</interface>