diff options
author | Richard Linden <none@none> | 2010-10-08 17:37:38 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-08 17:37:38 -0700 |
commit | 77d1fa974ad6cc9be0b84e574b455693bfa7f702 (patch) | |
tree | bdd33720153e1962a554ba8b5c9046e98ab956ed /indra/newview/llappviewerwin32.cpp | |
parent | 688c2a73cdf982a4fe5ee0bfea0a52135fc461ef (diff) |
added "FastQuit" option for forceful termination, default is off
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index d328567a0e..2c6f014d17 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -175,6 +175,12 @@ int APIENTRY WINMAIN(HINSTANCE hInstance, viewer_app_ptr->mainLoop(); } + if (gSavedSettings.getBOOL("FastQuit")) + { + viewer_app_ptr->fastQuit(); + } + + if (!LLApp::isError()) { // |