diff options
Diffstat (limited to 'indra/newview/lltoolgrab.cpp')
-rw-r--r-- | indra/newview/lltoolgrab.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lltoolgrab.cpp b/indra/newview/lltoolgrab.cpp index e416e25777..13977ee3ac 100644 --- a/indra/newview/lltoolgrab.cpp +++ b/indra/newview/lltoolgrab.cpp @@ -101,7 +101,7 @@ void LLToolGrab::handleSelect() if(gFloaterTools) { // viewer can crash during startup if we don't check. - gFloaterTools->setStatusText("Drag to move objects, Ctrl to lift, Ctrl-Shift to spin"); + gFloaterTools->setStatusText("grab"); } gGrabBtnVertical = FALSE; gGrabBtnSpin = FALSE; @@ -114,7 +114,6 @@ void LLToolGrab::handleDeselect() setMouseCapture( FALSE ); } - gFloaterTools->setStatusText(""); } BOOL LLToolGrab::handleDoubleClick(S32 x, S32 y, MASK mask) |