1
0
Fork 0

Route-manager - replace pop/clear items with prev/next items, which are more useful in the new waypoint scheme.

This commit is contained in:
jmt 2010-03-27 17:16:01 +00:00
parent e415e52aae
commit 38832daf77

View file

@ -241,19 +241,19 @@
</binding>
</item>
<item>
<label>Pop Waypoint</label>
<item>
<label>Previous Waypoint</label>
<binding>
<command>nasal</command>
<script>setprop("/autopilot/route-manager/input", "@pop")</script>
<script>setprop("/autopilot/route-manager/input", "@previous")</script>
</binding>
</item>
<item>
<label>Clear Route</label>
<item>
<label>Next Waypoint</label>
<binding>
<command>nasal</command>
<script>setprop("/autopilot/route-manager/input", "@clear")</script>
<script>setprop("/autopilot/route-manager/input", "@next")</script>
</binding>
</item>