Hello,
I wonder if I could submit a little patch to src/Cockpit/hud.cxx.
The HUD uses time to waypoint, ETE, but displays the figure as ETA.
Martin.
--- src/Cockpit/hud.cxx.orig 2010-10-24 13:07:27.000000000 +0000
+++ src/Cockpit/hud.cxx 2010-10-24 13:07:11.000000000 +0000
@@ -487,7 +487,7 @@
apY -= 15;
// curWp->getStringValue("TTW")
- snprintf(hud_gps_text2, 256, "ETA %s", curWp->getStringValue("TTW"));
+ snprintf(hud_gps_text2, 256, "ETE %s", curWp->getStringValue("TTW"));
HUD_TextList.add( fgText( 40, apY, hud_gps_text2 ) );
apY -= 15;
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel