gnome-chess/data/menu.ui
Michael Catanzaro 3bc8f09d1d Revert "Swap Pause/Resume menu label as appropriate"
This reverts commit af1d76a4dc.

Let's use a button for Pause instead.
2014-02-16 15:48:36 -06:00

46 lines
1.4 KiB
XML

<?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<menu id="appmenu">
<section>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Help</attribute>
<attribute name="action">app.help</attribute>
<attribute name="accel">F1</attribute>
</item>
<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>
<attribute name="accel">&lt;Primary&gt;q</attribute>
</item>
</section>
</menu>
<menu id="windowmenu">
<section>
<item>
<attribute name="label" translatable="yes">Save As…</attribute>
<attribute name="action">win.save-as</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Claim Draw</attribute>
<attribute name="action">win.claim-draw</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Resign</attribute>
<attribute name="action">win.resign</attribute>
</item>
</section>
</menu>
</interface>