aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llpreviewscript.cpp
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llpreviewscript.cpp')
-rw-r--r--linden/indra/newview/llpreviewscript.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llpreviewscript.cpp b/linden/indra/newview/llpreviewscript.cpp
index 7eac589..6c37700 100644
--- a/linden/indra/newview/llpreviewscript.cpp
+++ b/linden/indra/newview/llpreviewscript.cpp
@@ -72,7 +72,6 @@
72#include "llscrolllistctrl.h" 72#include "llscrolllistctrl.h"
73#include "lltextbox.h" 73#include "lltextbox.h"
74#include "llslider.h" 74#include "llslider.h"
75#include "viewer.h"
76#include "lldir.h" 75#include "lldir.h"
77#include "llcombobox.h" 76#include "llcombobox.h"
78//#include "llfloaterchat.h" 77//#include "llfloaterchat.h"
@@ -83,7 +82,8 @@
83#include "llwebbrowserctrl.h" 82#include "llwebbrowserctrl.h"
84#include "lluictrlfactory.h" 83#include "lluictrlfactory.h"
85 84
86#include "viewer.h" 85#include "llviewercontrol.h"
86#include "llappviewer.h"
87 87
88#include "llpanelinventory.h" 88#include "llpanelinventory.h"
89 89
@@ -629,7 +629,7 @@ void LLScriptEdCore::handleSaveChangesDialog( S32 option, void* userdata )
629 case 2: // "Cancel" 629 case 2: // "Cancel"
630 default: 630 default:
631 // If we were quitting, we didn't really mean it. 631 // If we were quitting, we didn't really mean it.
632 app_abort_quit(); 632 LLAppViewer::instance()->abortQuit();
633 break; 633 break;
634 } 634 }
635} 635}