]> git.mxchange.org Git - flightgear.git/commitdiff
Minor property name change to track changes in xml panels.
authorcurt <curt>
Mon, 10 Dec 2001 22:06:57 +0000 (22:06 +0000)
committercurt <curt>
Mon, 10 Dec 2001 22:06:57 +0000 (22:06 +0000)
Thanks
src/Cockpit/radiostack.cxx

diff --git a/Thanks b/Thanks
index 26fba291781694ec7d871ebb0eb548b155ad6cb6..f782528ac02ac1d382247e59fa914e5d09f74df6 100644 (file)
--- 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 <techie@mail.ev1.net> http://www.a1freesoundeffects.com
+  Granted permission for the flightgear project to use some of the
+  sound effects from their site.
+
+
 Raul Alonzo <amil@las.es>
   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
index 64f6fe43c2478b843f06d5b86c1f6ad77fb9dc8d..14b940c03f7d1a6ec31b80e814094ba44283432e 100644 (file)
@@ -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;