fractal/fractal-gtk/res/gtk/menus.ui
Daniel García Moreno 228f218a94 App menu with About dialog
Close #46
2018-01-29 01:23:19 +01:00

15 lines
411 B
XML

<?xml version="1.0"?>
<interface>
<menu id="app-menu">
<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>
</item>
</section>
</menu>
</interface>