From 07c61a22432dd220debb36a1ba83ba0304d72bd0 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 10 Dec 2001 22:06:57 +0000 Subject: [PATCH] Minor property name change to track changes in xml panels. --- Thanks | 5 +++++ src/Cockpit/radiostack.cxx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Thanks b/Thanks index 26fba2917..f782528ac 100644 --- a/Thanks +++ b/Thanks @@ -7,6 +7,11 @@ possible only by the help and hard work of others. I want to properly credit everyone who has contributed to this project. +A1 Free Sounds http://www.a1freesoundeffects.com + Granted permission for the flightgear project to use some of the + sound effects from their site. + + Raul Alonzo Mr. Alonzo is the author of Ssystem and provided his kind permission for using the moon texture. I also used parts of his code as a template diff --git a/src/Cockpit/radiostack.cxx b/src/Cockpit/radiostack.cxx index 64f6fe43c..14b940c03 100644 --- a/src/Cockpit/radiostack.cxx +++ b/src/Cockpit/radiostack.cxx @@ -791,7 +791,7 @@ void FGRadioStack::search() // FIXME: the panel should handle this // don't worry about overhead for now, // since this is handled only periodically - int dme_switch_pos = fgGetInt("/panel/dme/switch-position"); + int dme_switch_pos = fgGetInt("/radios/dme/switch-position"); if (dme_switch_pos == 0) { dme_freq = 0; dme_inrange = false;