snespatcher/resources/appmenu.xml

17 lines
527 B
XML
Raw Normal View History

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