aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolgrab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolgrab.cpp')
-rw-r--r--linden/indra/newview/lltoolgrab.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolgrab.cpp b/linden/indra/newview/lltoolgrab.cpp
index e79121a..13977ee 100644
--- a/linden/indra/newview/lltoolgrab.cpp
+++ b/linden/indra/newview/lltoolgrab.cpp
@@ -2,6 +2,8 @@
2 * @file lltoolgrab.cpp 2 * @file lltoolgrab.cpp
3 * @brief LLToolGrab class implementation 3 * @brief LLToolGrab class implementation
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"
@@ -98,7 +101,7 @@ void LLToolGrab::handleSelect()
98 if(gFloaterTools) 101 if(gFloaterTools)
99 { 102 {
100 // viewer can crash during startup if we don't check. 103 // viewer can crash during startup if we don't check.
101 gFloaterTools->setStatusText("Drag to move objects, Ctrl to lift, Ctrl-Shift to spin"); 104 gFloaterTools->setStatusText("grab");
102 } 105 }
103 gGrabBtnVertical = FALSE; 106 gGrabBtnVertical = FALSE;
104 gGrabBtnSpin = FALSE; 107 gGrabBtnSpin = FALSE;
@@ -111,7 +114,6 @@ void LLToolGrab::handleDeselect()
111 setMouseCapture( FALSE ); 114 setMouseCapture( FALSE );
112 } 115 }
113 116
114 gFloaterTools->setStatusText("");
115} 117}
116 118
117BOOL LLToolGrab::handleDoubleClick(S32 x, S32 y, MASK mask) 119BOOL LLToolGrab::handleDoubleClick(S32 x, S32 y, MASK mask)