diff options
Diffstat (limited to 'indra/newview/lltoolfocus.cpp')
-rw-r--r-- | indra/newview/lltoolfocus.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/lltoolfocus.cpp b/indra/newview/lltoolfocus.cpp index c4a8ac307f..2ac2b33945 100644 --- a/indra/newview/lltoolfocus.cpp +++ b/indra/newview/lltoolfocus.cpp @@ -94,17 +94,13 @@ void LLToolCamera::handleSelect() { if (gFloaterTools) { - gFloaterTools->setStatusText("Click and drag to change view"); + gFloaterTools->setStatusText("camera"); } } // virtual void LLToolCamera::handleDeselect() { - if (gFloaterTools) - { - gFloaterTools->setStatusText(""); - } // gAgent.setLookingAtAvatar(FALSE); } |