From eb69ef592efce5941a5603503cb5661bf2e8e433 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 29 Jan 2006 20:33:33 +0000 Subject: [PATCH] make it consistent --- src/Main/fg_commands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 4097da790..23bf24222 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -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