CVS: data/gui menubar.xml,1.98,1.99

James Turner <[email protected]>
Newsgroups gmane.games.flightgear.cvc
Message-ID <[email protected]>
Update of /var/cvs/FlightGear-0.9/data/gui
In directory baron.flightgear.org:/tmp/cvs-serv25134

Modified Files:
	menubar.xml 
Log Message:
Route-manager - replace pop/clear items with prev/next items, which are more useful in the new waypoint scheme.


Index: menubar.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/gui/menubar.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- menubar.xml	27 Mar 2010 16:52:21 -0000	1.98
+++ menubar.xml	27 Mar 2010 17:16:01 -0000	1.99
@@ -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>
 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.