forked from AuroraMiddleware/gtk
18 lines
477 B
Plaintext
18 lines
477 B
Plaintext
|
<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>
|