This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
hedera/module/data/consulter-menu.xml

16 lines
462 B
XML

<interface>
<requires lib="gtk+" version="3.0"/>
<menu id="menu">
<item>
<attribute name="label" translatable="yes">Send</attribute>
<attribute name="action">win.send</attribute>
<attribute name="accel">&lt;Shift&gt;s</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Clean</attribute>
<attribute name="action">win.clean</attribute>
<attribute name="accel">&lt;Shift&gt;c</attribute>
</item>
</menu>
</interface>