18 lines
540 B
XML
18 lines
540 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-form</attribute>
|
||
|
<attribute name="target">users</attribute>
|
||
|
<attribute name="accel">F2</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name="label" translatable="yes">EMail</attribute>
|
||
|
<attribute name="action">win.open-form</attribute>
|
||
|
<attribute name="target">email</attribute>
|
||
|
<attribute name="accel">F3</attribute>
|
||
|
</item>
|
||
|
</menu>
|
||
|
</interface>
|