dino/main/data/menu_app.ui

26 lines
930 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>
2019-12-17 21:54:08 +00:00
<section>
<item>
<attribute name="action">app.open_shortcuts</attribute>
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
</item>
2019-12-17 22:52:05 +00:00
<item>
<attribute name="action">app.about</attribute>
<attribute name="label" translatable="yes">About Dino</attribute>
</item>
2019-12-17 21:54:08 +00:00
</section>
2017-03-02 14:37:32 +00:00
</menu>
</interface>