2019-04-04 23:10:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-02-28 04:43:06 +00:00
|
|
|
<interface>
|
|
|
|
<menu id="appmenu">
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">About</attribute>
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Quit</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
<attribute name="accel"><Primary>q</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|