Files
snespatcher/resources/appmenu.xml
T

19 lines
564 B
XML
Raw Normal View History

2021-08-25 19:39:50 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
2026-08-26 21:33:44 -04:00
<menu id="app-menu">
2021-08-25 19:39:50 -04:00
<section>
<item>
2026-08-26 21:33:44 -04:00
<attribute name="label" translatable="yes">_About SNES Patcher</attribute>
<attribute name="action">app.about</attribute>
2021-08-25 19:39:50 -04:00
</item>
2026-08-26 21:33:44 -04:00
</section>
<section>
2021-08-25 19:39:50 -04:00
<item>
2026-08-26 21:33:44 -04:00
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
2021-08-25 19:39:50 -04:00
</item>
</section>
</menu>
</interface>