Added a "Presets" menu.
This commit is contained in:
parent
2a346c9e3c
commit
6f8e2ab711
2 changed files with 39 additions and 6 deletions
|
@ -40,8 +40,14 @@
|
|||
<properties>Properties</properties>
|
||||
|
||||
<!-- Environment menu -->
|
||||
<environment>Environment</environment>
|
||||
<goto-airport>Goto Airport</goto-airport>
|
||||
<presets>Presets</presets>
|
||||
<preset-airport>New Airport</preset-airport>
|
||||
<preset-runway>New Runway</preset-runway>
|
||||
<preset-offset-distance>Set Offset Distance</preset-offset-distance>
|
||||
<preset-altitude>Set Altitude</preset-altitude>
|
||||
<preset-glideslope>Set Glideslope (degrees)</preset-glideslope>
|
||||
<preset-airspeed>Set Airspeed (kts)</preset-airspeed>
|
||||
<preset-commit>Commit Changes</preset-commit>
|
||||
|
||||
<!-- Autopilot menu -->
|
||||
<autopilot>Autopilot</autopilot>
|
||||
|
|
35
menu.xml
35
menu.xml
|
@ -59,12 +59,39 @@
|
|||
</submenu>
|
||||
|
||||
<submenu>
|
||||
<name>strings/environment</name>
|
||||
<name>strings/presets</name>
|
||||
<option>
|
||||
<name>strings/goto-airport</name>
|
||||
<call>NewAirport</call>
|
||||
<name>strings/preset-airport</name>
|
||||
<call>fgPresetAirport</call>
|
||||
</option>
|
||||
</submenu>
|
||||
<option>
|
||||
<name>strings/preset-runway</name>
|
||||
<call>fgPresetRunway</call>
|
||||
</option>
|
||||
<option>
|
||||
<name>strings/preset-offset-distance</name>
|
||||
<call>fgPresetOffsetDistance</call>
|
||||
</option>
|
||||
<option>
|
||||
<name>strings/preset-altitude</name>
|
||||
<call>fgPresetAltitude</call>
|
||||
</option>
|
||||
<option>
|
||||
<name>strings/preset-glideslope</name>
|
||||
<call>fgPresetGlideslope</call>
|
||||
</option>
|
||||
<option>
|
||||
<name>strings/preset-airspeed</name>
|
||||
<call>fgPresetAirspeed</call>
|
||||
</option>
|
||||
<option>
|
||||
<seperator/>
|
||||
</option>
|
||||
<option>
|
||||
<name>strings/preset-commit</name>
|
||||
<call>fgPresetCommit</call>
|
||||
</option>
|
||||
</submenu>
|
||||
|
||||
<!--
|
||||
<submenu>
|
||||
|
|
Loading…
Add table
Reference in a new issue