17 lines
527 B
XML
17 lines
527 B
XML
<?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>
|