From: mfranz Date: Thu, 1 Mar 2007 17:39:45 +0000 (+0000) Subject: Csaba HALASZ: fix dme property name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b11196998ea72fc91ba27c9108800daa2a5a0fc8;p=flightgear.git Csaba HALASZ: fix dme property name --- diff --git a/src/Network/native_gui.cxx b/src/Network/native_gui.cxx index 895efffc2..917182252 100644 --- a/src/Network/native_gui.cxx +++ b/src/Network/native_gui.cxx @@ -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",