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

@ -223,33 +223,27 @@
<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>
@ -474,6 +468,7 @@
<script>tutorial.stopTutorial()</script>
</binding>
</item>
</menu>
</PropertyList>