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>
|
||||
<enabled type="bool">true</enabled>
|
||||
<item>
|
||||
<label>Select Livery</label>
|
||||
<name>select-livery</name>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>aircraft.livery.dialog.toggle()</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Immatriculation</label>
|
||||
<name>immatriculation</name>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>c172p.immat_dialog.toggle()</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show/hide yoke</label>
|
||||
<name>show-hide-yokes</name>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>sim/model/hide-yoke</property>
|
||||
|
|
Loading…
Reference in a new issue