diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llfloatermap.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-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 '')
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp index a158000..ef628be 100644 --- a/linden/indra/newview/llfloatermap.cpp +++ b/linden/indra/newview/llfloatermap.cpp | |||
@@ -63,7 +63,7 @@ | |||
63 | #include "llviewerparceloverlay.h" | 63 | #include "llviewerparceloverlay.h" |
64 | #include "llviewerregion.h" | 64 | #include "llviewerregion.h" |
65 | #include "llviewerstats.h" | 65 | #include "llviewerstats.h" |
66 | #include "viewer.h" | 66 | #include "llurlsimstring.h" |
67 | 67 | ||
68 | #include "llglheaders.h" | 68 | #include "llglheaders.h" |
69 | 69 | ||
@@ -178,7 +178,7 @@ void LLFloaterMap::onClose(bool app_quitting) | |||
178 | 178 | ||
179 | BOOL LLFloaterMap::canClose() | 179 | BOOL LLFloaterMap::canClose() |
180 | { | 180 | { |
181 | return !gQuit; | 181 | return !LLApp::isExiting(); |
182 | } | 182 | } |
183 | 183 | ||
184 | 184 | ||