2008-10-11 23:17:23 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<default>
|
|
|
|
<menu n="10">
|
|
|
|
<label>Cessna C172P</label>
|
|
|
|
<enabled type="bool">true</enabled>
|
|
|
|
<item>
|
|
|
|
<label>Select Livery</label>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>aircraft.livery.dialog.toggle()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<label>Immatriculation</label>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>c172p.immat_dialog.toggle()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</default>
|
|
|
|
|
|
|
|
</PropertyList>
|
|
|
|
|