From: curt Date: Sat, 3 Mar 2001 00:04:03 +0000 (+0000) Subject: Fixed a couple property manager typos. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e85cf6cc104daa73539f9202420376e21a5da4fa;p=flightgear.git Fixed a couple property manager typos. --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 69cbb6d6d..e91325860 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -754,10 +754,10 @@ parse_option (const string& arg) fgSetInt("/sim/startup/time-offset", parse_time_offset( (arg.substr(14)) )); } else if ( arg.find( "--time-match-real") != string::npos ) { - fgSetString("/sim/startup/time-offset_type", + fgSetString("/sim/startup/time-offset-type", "system-offset"); } else if ( arg.find( "--time-match-local") != string::npos ) { - fgSetString("/sim/startup/time-offset_type", + fgSetString("/sim/startup/time-offset-type", "latitude-offset"); } else if ( arg.find( "--start-date-sys=") != string::npos ) { fgSetInt("/sim/startup/time-offset",