diff options
Diffstat (limited to 'linden/indra/newview/lltoolbrush.cpp')
-rw-r--r-- | linden/indra/newview/lltoolbrush.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolbrush.cpp b/linden/indra/newview/lltoolbrush.cpp index 98cafa0..a56bf42 100644 --- a/linden/indra/newview/lltoolbrush.cpp +++ b/linden/indra/newview/lltoolbrush.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file lltoolbrush.cpp | 2 | * @file lltoolbrush.cpp |
3 | * @brief Implementation of the toolbrushes | 3 | * @brief Implementation of the toolbrushes |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 7 | * Copyright (c) 2001-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" |
@@ -413,7 +416,7 @@ void LLToolBrushLand::handleSelect() | |||
413 | { | 416 | { |
414 | gEditMenuHandler = this; | 417 | gEditMenuHandler = this; |
415 | 418 | ||
416 | gFloaterTools->setStatusText("Click and hold to modify land"); | 419 | gFloaterTools->setStatusText("modifyland"); |
417 | // if (!mBrushSelected) | 420 | // if (!mBrushSelected) |
418 | { | 421 | { |
419 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); | 422 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); |
@@ -429,7 +432,6 @@ void LLToolBrushLand::handleDeselect() | |||
429 | { | 432 | { |
430 | gEditMenuHandler = NULL; | 433 | gEditMenuHandler = NULL; |
431 | } | 434 | } |
432 | gFloaterTools->setStatusText(""); | ||
433 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); | 435 | mLastShowParcelOwners = gSavedSettings.getBOOL("ShowParcelOwners"); |
434 | gSavedSettings.setBOOL("ShowParcelOwners", mLastShowParcelOwners); | 436 | gSavedSettings.setBOOL("ShowParcelOwners", mLastShowParcelOwners); |
435 | gParcelMgr->setSelectionVisible(TRUE); | 437 | gParcelMgr->setSelectionVisible(TRUE); |