c172p: translatable custom menu
This commit is contained in:
parent
f3e773d823
commit
04618e2a3e
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue