From e85cf6cc104daa73539f9202420376e21a5da4fa Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 3 Mar 2001 00:04:03 +0000 Subject: [PATCH] Fixed a couple property manager typos. --- src/Main/options.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.39.5