summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorrichard <none@none>2009-10-27 10:53:08 -0700
committerrichard <none@none>2009-10-27 10:53:08 -0700
commitb4dd4a4d7777dccd8a5503c5e5736b57710cbfa7 (patch)
treefc5f42d613063634dd9a5b14a0aa52972634d9f9 /indra
parent9589ee3f702c96da9aec3e747c75eec43938240a (diff)
removed typo
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lltexteditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp
index d0119ea424..570ca4b998 100644
--- a/indra/llui/lltexteditor.cpp
+++ b/indra/llui/lltexteditor.cpp
@@ -753,7 +753,6 @@ BOOL LLTextEditor::handleHover(S32 x, S32 y, MASK mask)
setCursorAtLocalPos( clamped_x, clamped_y, true );
mSelectionEnd = mCursorPos;
}
-imageoverlay
lldebugst(LLERR_USER_INPUT) << "hover handled by " << getName() << " (active)" << llendl;
getWindow()->setCursor(UI_CURSOR_IBEAM);
handled = TRUE;