From b11196998ea72fc91ba27c9108800daa2a5a0fc8 Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 1 Mar 2007 17:39:45 +0000 Subject: [PATCH] Csaba HALASZ: fix dme property name --- src/Network/native_gui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",