From: curt Date: Thu, 30 Dec 2004 20:48:54 +0000 (+0000) Subject: Fix several typos (first time this has been tested since radio/instrumentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eef30df0a01bf0f712364a67e96b5a820836c9fa;p=flightgear.git Fix several typos (first time this has been tested since radio/instrumentation rewrite.) --- diff --git a/src/Network/native_gui.cxx b/src/Network/native_gui.cxx index 8377cfa55..b9e367827 100644 --- a/src/Network/native_gui.cxx +++ b/src/Network/native_gui.cxx @@ -123,19 +123,19 @@ void FGProps2NetGUI( FGNetGUI *net ) { static SGPropertyNode *nav_freq = fgGetNode("/instrumentation/nav/frequencies/selected-mhz", true); static SGPropertyNode *nav_target_radial - = fgGetNode("/instrumentation/nav/radials/target-radial2-deg", true); + = fgGetNode("/instrumentation/nav/radials/target-radial-deg", true); static SGPropertyNode *nav_inrange - = fgGetNode("instrumentation/nav/in-range", true); + = fgGetNode("/instrumentation/nav/in-range", true); static SGPropertyNode *nav_loc - = fgGetNode("instrumentation/nav/nav-loc", true); + = fgGetNode("/instrumentation/nav/nav-loc", true); static SGPropertyNode *nav_gs_dist_signed - = fgGetNode("instrumentation/nav/gs-distance", true); + = fgGetNode("/instrumentation/nav/gs-distance", true); static SGPropertyNode *nav_loc_dist - = fgGetNode("instrumentation/nav/nav-distance", true); + = fgGetNode("/instrumentation/nav/nav-distance", true); static SGPropertyNode *nav_reciprocal_radial - = fgGetNode("instrumentation/nav/reciprocal-radial-deg", true); + = fgGetNode("/instrumentation/nav/radials/reciprocal-radial-deg", true); static SGPropertyNode *nav_gs_deflection - = fgGetNode("instrumentation/nav/gs-needle-deflection", true); + = fgGetNode("/instrumentation/nav/gs-needle-deflection", true); int i; // Version sanity checking