Files
flightgear-addon-vfrnavigator/addon-menubar-items.xml
Slawek Mikula 8ade83d167 - refactoring to the current addon specification
- usage documentation
2019-12-26 23:57:00 +01:00

22 lines
532 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<meta>
<file-type type="string">FlightGear add-on menu bar items</file-type>
<format-version type="int">1</format-version>
</meta>
<menubar-items>
<menu>
<label>Add-on</label>
<enabled type="bool">true</enabled>
<item>
<label>VFR Starter</label>
<binding>
<command>dialog-show</command>
<dialog-name>vfrstarter</dialog-name>
</binding>
</item>
</menu>
</menubar-items>
</PropertyList>