From 776e7293bce42a023bf4fff63acdab5311932b49 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 29 Mar 2001 06:09:25 +0000 Subject: [PATCH] Changed wording ... --- src/Cockpit/radiostack.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Cockpit/radiostack.cxx b/src/Cockpit/radiostack.cxx index a033cc6c6..0fa7f88eb 100644 --- a/src/Cockpit/radiostack.cxx +++ b/src/Cockpit/radiostack.cxx @@ -198,11 +198,11 @@ FGRadioStack::bind () &FGRadioStack::get_adf_ident_btn, &FGRadioStack::set_adf_ident_btn); - fgTie("/radios/marker-beacons/inner", this, + fgTie("/radios/marker-beacon/inner", this, &FGRadioStack::get_inner_blink); - fgTie("/radios/marker-beacons/middle", this, + fgTie("/radios/marker-beacon/middle", this, &FGRadioStack::get_middle_blink); - fgTie("/radios/marker-beacons/outer", this, + fgTie("/radios/marker-beacon/outer", this, &FGRadioStack::get_outer_blink); } @@ -243,9 +243,9 @@ FGRadioStack::unbind () fgUntie("/radios/adf/on"); fgUntie("/radios/adf/ident"); - fgUntie("/radios/marker-beacons/inner"); - fgUntie("/radios/marker-beacons/middle"); - fgUntie("/radios/marker-beacons/outer"); + fgUntie("/radios/marker-beacon/inner"); + fgUntie("/radios/marker-beacon/middle"); + fgUntie("/radios/marker-beacon/outer"); }