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.
2014-05-20 15:45:13 +00:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.0"/>
|
2014-07-15 09:08:57 +00:00
|
|
|
<menu id="menu">
|
2014-05-20 15:45:13 +00:00
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Send</attribute>
|
|
|
|
<attribute name="action">win.send</attribute>
|
|
|
|
<attribute name="accel"><Shift>s</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Clean</attribute>
|
|
|
|
<attribute name="action">win.clean</attribute>
|
|
|
|
<attribute name="accel"><Shift>c</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</interface>
|