aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenufile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenufile.cpp')
-rw-r--r--linden/indra/newview/llviewermenufile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenufile.cpp b/linden/indra/newview/llviewermenufile.cpp
index 19dfebe..09b2baf 100644
--- a/linden/indra/newview/llviewermenufile.cpp
+++ b/linden/indra/newview/llviewermenufile.cpp
@@ -435,7 +435,7 @@ class LLFileQuit : public view_listener_t
435{ 435{
436 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) 436 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
437 { 437 {
438 app_request_quit(); 438 app_user_quit();
439 return true; 439 return true;
440 } 440 }
441}; 441};