]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a couple property manager typos.
authorcurt <curt>
Sat, 3 Mar 2001 00:04:03 +0000 (00:04 +0000)
committercurt <curt>
Sat, 3 Mar 2001 00:04:03 +0000 (00:04 +0000)
src/Main/options.cxx

index 69cbb6d6dfafafa0532bd6b2d98f44d2a0e1ff51..e9132586012be23f249185584b4f30f082e9fa96 100644 (file)
@@ -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",