diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltoolselectland.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolselectland.cpp b/linden/indra/newview/lltoolselectland.cpp index 3f0d7ba..dae8288 100644 --- a/linden/indra/newview/lltoolselectland.cpp +++ b/linden/indra/newview/lltoolselectland.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file lltoolselectland.cpp | 2 | * @file lltoolselectland.cpp |
3 | * @brief LLToolSelectLand class implementation | 3 | * @brief LLToolSelectLand class implementation |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 7 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #include "llviewerprecompiledheaders.h" | 32 | #include "llviewerprecompiledheaders.h" |
@@ -216,7 +219,7 @@ void LLToolSelectLand::render() | |||
216 | 219 | ||
217 | void LLToolSelectLand::handleSelect() | 220 | void LLToolSelectLand::handleSelect() |
218 | { | 221 | { |
219 | gFloaterTools->setStatusText("Click and drag to select land"); | 222 | gFloaterTools->setStatusText("selectland"); |
220 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); | 223 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); |
221 | gSavedSettings.setBOOL("ShowParcelOwners", mLastShowParcelOwners); | 224 | gSavedSettings.setBOOL("ShowParcelOwners", mLastShowParcelOwners); |
222 | } | 225 | } |
@@ -224,7 +227,6 @@ void LLToolSelectLand::handleSelect() | |||
224 | 227 | ||
225 | void LLToolSelectLand::handleDeselect() | 228 | void LLToolSelectLand::handleDeselect() |
226 | { | 229 | { |
227 | gFloaterTools->setStatusText(""); | ||
228 | mSelection = NULL; | 230 | mSelection = NULL; |
229 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); | 231 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); |
230 | //gParcelMgr->deselectLand(); | 232 | //gParcelMgr->deselectLand(); |