20 lines
593 B
XML
20 lines
593 B
XML
<interface>
|
|
<requires lib="gtk+" version="3.0"/>
|
|
<menu id="menu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Consulter</attribute>
|
|
<attribute name="action">win.open-form</attribute>
|
|
<attribute name="target">consulter</attribute>
|
|
<attribute name="accel">F12</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Customer</attribute>
|
|
<attribute name="action">win.open-form</attribute>
|
|
<attribute name="target">customer</attribute>
|
|
<attribute name="accel">F11</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|