summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolfocus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolfocus.cpp')
-rw-r--r--indra/newview/lltoolfocus.cpp6
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);
}