mirror of
https://github.com/pulb/mailnag.git
synced 2026-02-26 13:00:43 +01:00
18 lines
542 B
XML
18 lines
542 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="mailnag">
|
|
<!-- interface-requires gtk+ 3.6 -->
|
|
<menu id="appmenu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_About</attribute>
|
|
<attribute name="action">app.about</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Quit</attribute>
|
|
<attribute name="action">app.quit</attribute>
|
|
<attribute name="accel"><Primary>q</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|