1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <default>
- <menu n="10">
- <label>VampireF3</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>gloster-meteor.immat_dialog.toggle()</script>
- </binding>
- </item>
- -->
- </menu>
- </default>
- </PropertyList>
|