]> git.mxchange.org Git - flightgear.git/commitdiff
the former weather radar is now a generic radar (weather and aircraft),
authormfranz <mfranz>
Sun, 24 Jun 2007 19:50:15 +0000 (19:50 +0000)
committermfranz <mfranz>
Sun, 24 Jun 2007 19:50:15 +0000 (19:50 +0000)
so rename the instrument from <wxradar> to <radar>

src/Instrumentation/instrument_mgr.cxx

index 68a3d30373c037e138a321cf97de03b2c68c7cb1..aaaba40b804a9309906cf821adc51586af9bc4b5 100644 (file)
@@ -163,7 +163,7 @@ bool FGInstrumentMgr::build ()
         } else if ( name == "vertical-speed-indicator" ) {
             set_subsystem( "instrument" + temp.str(), 
                            new VerticalSpeedIndicator( node ) );
-        } else if ( name == "wxradar" ) {
+        } else if ( name == "radar" ) {
             set_subsystem( "instrument" + temp.str(), 
                            new wxRadarBg ( node ), 0.5 );
         } else if ( name == "inst-vertical-speed-indicator" ) { // (TJ)