]> git.mxchange.org Git - flightgear.git/commitdiff
Csaba HALASZ: fix dme property name
authormfranz <mfranz>
Thu, 1 Mar 2007 17:39:45 +0000 (17:39 +0000)
committermfranz <mfranz>
Thu, 1 Mar 2007 17:39:45 +0000 (17:39 +0000)
src/Network/native_gui.cxx

index 895efffc25290131bd0b3a5eeb086a942f3a427a..9171822521f119071b6f9588642dc4a1f6d93bac 100644 (file)
@@ -309,7 +309,7 @@ void FGNetGUI2Props( FGNetGUI *net ) {
         fgSetDouble( "/instrumentation/nav[0]/frequencies/selected-mhz",
                      net->tuned_freq );
         fgSetBool( "/instrumentation/nav[0]/in-range", net->in_range );
-        fgSetDouble( "/instrumentation/dme/distance-nm", net->dist_nm );
+        fgSetDouble( "/instrumentation/dme/indicated-distance-nm", net->dist_nm );
         fgSetDouble( "/instrumentation/nav[0]/heading-needle-deflection",
                      net->course_deviation_deg );
         fgSetDouble( "/instrumentation/nav[0]/gs-needle-deflection",