From 079bc3196eb9474ea1984f590362941509d833e2 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 6 Nov 2004 16:22:17 +0000 Subject: [PATCH] Fixed typo that prevented DME groundspeed display. --- src/Instrumentation/dme.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/dme.cxx b/src/Instrumentation/dme.cxx index e74977399..6c4d08d71 100644 --- a/src/Instrumentation/dme.cxx +++ b/src/Instrumentation/dme.cxx @@ -98,7 +98,7 @@ DME::init () _frequency_node = fnode->getChild("selected-mhz", 0, true); _in_range_node = node->getChild("in-range", 0, true); _distance_node = node->getChild("indicated-distance-nm", 0, true); - _speed_node = node->getChild("indicated-ground-speed", 0, true); + _speed_node = node->getChild("indicated-ground-speed-kt", 0, true); _time_node = node->getChild("indicated-time-min", 0, true); _serviceable_node->setBoolValue(true); -- 2.39.5