1
0
Fork 0

c172p: translatable custom menu

This commit is contained in:
ThorstenB 2012-09-21 23:59:27 +02:00
parent f3e773d823
commit 04618e2a3e

View file

@ -7,21 +7,21 @@
<label>Cessna C172P</label> <label>Cessna C172P</label>
<enabled type="bool">true</enabled> <enabled type="bool">true</enabled>
<item> <item>
<label>Select Livery</label> <name>select-livery</name>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script> <script>aircraft.livery.dialog.toggle()</script>
</binding> </binding>
</item> </item>
<item> <item>
<label>Immatriculation</label> <name>immatriculation</name>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>c172p.immat_dialog.toggle()</script> <script>c172p.immat_dialog.toggle()</script>
</binding> </binding>
</item> </item>
<item> <item>
<label>Show/hide yoke</label> <name>show-hide-yokes</name>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>sim/model/hide-yoke</property> <property>sim/model/hide-yoke</property>