17 lines
467 B
Plaintext
17 lines
467 B
Plaintext
|
<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'><Primary>s</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name='label' translatable='yes'>Clean</attribute>
|
||
|
<attribute name='action'>win.clean</attribute>
|
||
|
<attribute name='accel'><Primary>c</attribute>
|
||
|
</item>
|
||
|
</menu>
|
||
|
</interface>
|
||
|
|