gloster-meteor-menu.xml 608 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <default>
  4. <menu n="10">
  5. <label>VampireF3</label>
  6. <enabled type="bool">true</enabled>
  7. <item>
  8. <label>Select Livery</label>
  9. <binding>
  10. <command>nasal</command>
  11. <script>aircraft.livery.dialog.toggle()</script>
  12. </binding>
  13. </item>
  14. <!--
  15. <item>
  16. <label>Immatriculation</label>
  17. <binding>
  18. <command>nasal</command>
  19. <script>gloster-meteor.immat_dialog.toggle()</script>
  20. </binding>
  21. </item>
  22. -->
  23. </menu>
  24. </default>
  25. </PropertyList>