17 lines
451 B
XML
17 lines
451 B
XML
<interface>
|
|
<requires lib="gtk+" version="3.0"/>
|
|
<menu id='menu'>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>Users</attribute>
|
|
<attribute name='action'>win.open-users</attribute>
|
|
<attribute name='accel'>F2</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>EMail</attribute>
|
|
<attribute name='action'>win.open-email</attribute>
|
|
<attribute name='accel'>F3</attribute>
|
|
</item>
|
|
</menu>
|
|
</interface>
|
|
|