16 lines
462 B
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"><Shift>s</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Clean</attribute>
|
|
<attribute name="action">win.clean</attribute>
|
|
<attribute name="accel"><Shift>c</attribute>
|
|
</item>
|
|
</menu>
|
|
</interface>
|