aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolplacer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolplacer.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolplacer.cpp b/linden/indra/newview/lltoolplacer.cpp
index 9741602..ee5d08f 100644
--- a/linden/indra/newview/lltoolplacer.cpp
+++ b/linden/indra/newview/lltoolplacer.cpp
@@ -2,6 +2,8 @@
2 * @file lltoolplacer.cpp 2 * @file lltoolplacer.cpp
3 * @brief Tool for placing new objects into the world 3 * @brief Tool for placing new objects into the world
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"
@@ -145,12 +148,11 @@ BOOL LLToolPlacer::handleHover(S32 x, S32 y, MASK mask)
145 148
146void LLToolPlacer::handleSelect() 149void LLToolPlacer::handleSelect()
147{ 150{
148 gFloaterTools->setStatusText("Click in the world to create, shift-click to select"); 151 gFloaterTools->setStatusText("place");
149} 152}
150 153
151void LLToolPlacer::handleDeselect() 154void LLToolPlacer::handleDeselect()
152{ 155{
153 gFloaterTools->setStatusText("");
154} 156}
155 157
156////////////////////////////////////////////////////// 158//////////////////////////////////////////////////////