2018-01-29 00:22:44 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<menu id="app-menu">
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_About</attribute>
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
</item>
|
2018-02-18 22:32:48 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Keyboard _Shortcuts</attribute>
|
|
|
|
<attribute name="action">win.show-help-overlay</attribute>
|
|
|
|
</item>
|
2018-01-29 00:22:44 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Quit</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|