satellite-gtk/satellite/menus.ui
2021-08-18 22:26:56 +03:00

27 lines
798 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="app-menu">
<!--
<section>
<item>
<attribute name="action">app.preferences</attribute>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="accel">&lt;Primary&gt;p</attribute>
</item>
</section>
-->
<section>
<item>
<attribute name="action">app.record</attribute>
<attribute name="label" translatable="yes">Record track</attribute>
<attribute name="accel">&lt;Primary&gt;r</attribute>
</item>
</section>
<section>
<item>
<attribute name="action">app.about</attribute>
<attribute name="label" translatable="yes">About Satellite</attribute>
</item>
</section>
</menu>
</interface>