mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-02 22:14:15 +00:00
20 lines
683 B
XML
20 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>
|