diff options
author | richard <none@none> | 2009-10-27 10:53:08 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-27 10:53:08 -0700 |
commit | b4dd4a4d7777dccd8a5503c5e5736b57710cbfa7 (patch) | |
tree | fc5f42d613063634dd9a5b14a0aa52972634d9f9 /indra | |
parent | 9589ee3f702c96da9aec3e747c75eec43938240a (diff) |
removed typo
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lltexteditor.cpp | 1 |
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; |