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

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