This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
2014-07-07 15:00:21 +00:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.0"/>
|
2014-07-15 09:08:57 +00:00
|
|
|
<menu id="menu">
|
2014-07-07 15:00:21 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Consulter</attribute>
|
|
|
|
<attribute name="action">win.open-form</attribute>
|
|
|
|
<attribute name="target">consulter</attribute>
|
|
|
|
<attribute name="accel">F12</attribute>
|
2014-07-07 15:00:21 +00:00
|
|
|
</item>
|
2014-07-09 08:17:38 +00:00
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Customer</attribute>
|
|
|
|
<attribute name="action">win.open-form</attribute>
|
|
|
|
<attribute name="target">customer</attribute>
|
|
|
|
<attribute name="accel">F11</attribute>
|
2014-07-09 08:17:38 +00:00
|
|
|
</item>
|
2014-07-07 15:00:21 +00:00
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|