aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelgroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelgroup.cpp b/linden/indra/newview/llpanelgroup.cpp
index 99744c9..76fbada 100644
--- a/linden/indra/newview/llpanelgroup.cpp
+++ b/linden/indra/newview/llpanelgroup.cpp
@@ -44,7 +44,7 @@
44#include "llviewermessage.h" 44#include "llviewermessage.h"
45#include "llvieweruictrlfactory.h" 45#include "llvieweruictrlfactory.h"
46#include "llviewerwindow.h" 46#include "llviewerwindow.h"
47#include "viewer.h" 47#include "llappviewer.h"
48 48
49// static 49// static
50void* LLPanelGroupTab::createTab(void* data) 50void* LLPanelGroupTab::createTab(void* data)
@@ -530,7 +530,7 @@ void LLPanelGroup::handleNotifyCallback(S32 option)
530 default: 530 default:
531 // Do nothing. The user is canceling the action. 531 // Do nothing. The user is canceling the action.
532 // If we were quitting, we didn't really mean it. 532 // If we were quitting, we didn't really mean it.
533 app_abort_quit(); 533 LLAppViewer::instance()->abortQuit();
534 break; 534 break;
535 } 535 }
536} 536}