1
0
Fork 0

use new route/waypoint management functions

This commit is contained in:
mfranz 2006-05-08 14:36:09 +00:00
parent 2d16a480ad
commit b73dec0724

View file

@ -125,7 +125,7 @@
<dialog-name>hud</dialog-name>
</binding>
</item>
<item>
<label>Instant Replay</label>
<binding>
@ -223,40 +223,34 @@
<item>
<label>Add Waypoint</label>
<binding>
<command>old-ap-add-waypoint-dialog</command>
<command>dialog-show</command>
<dialog-name>waypoints</dialog-name>
</binding>
</item>
<item>
<label>Pop Waypoint</label>
<binding>
<command>old-ap-pop-waypoint-dialog</command>
<command>nasal</command>
<script>setprop("/autopilot/route-manager/input", "@pop")</script>
</binding>
</item>
<item>
<label>Clear Route</label>
<binding>
<command>old-ap-clear-route-dialog</command>
<command>nasal</command>
<script>setprop("/autopilot/route-manager/input", "@clear")</script>
</binding>
</item>
<!--
<item>
<label>Adjust Autopilot</label>
<binding>
<command>old-ap-adjust-dialog</command>
</binding>
</item>
-->
<item>
<label>Set Lat/Lon Format</label>
<binding>
<command>old-lat-lon-format-dialog</command>
</binding>
</item>
</menu>
<menu>
@ -474,6 +468,7 @@
<script>tutorial.stopTutorial()</script>
</binding>
</item>
</menu>
</PropertyList>