]> git.mxchange.org Git - flightgear.git/commitdiff
make it consistent
authormfranz <mfranz>
Sun, 29 Jan 2006 20:33:33 +0000 (20:33 +0000)
committermfranz <mfranz>
Sun, 29 Jan 2006 20:33:33 +0000 (20:33 +0000)
src/Main/fg_commands.cxx

index 4097da79049996f1e9d9b7f858ee2451ba0b182c..23bf24222647224d619ece1e8a562d389c32ee18 100644 (file)
@@ -192,7 +192,7 @@ static bool
 do_exit (const SGPropertyNode * arg)
 {
     SG_LOG(SG_INPUT, SG_INFO, "Program exit requested.");
-    fgSetBool("/sim/signals/quit", true);
+    fgSetBool("/sim/signals/exit", true);
 
     if (fgGetBool("/sim/startup/save-on-exit")) {
 #ifdef _MSC_VER