summaryrefslogtreecommitdiff
path: root/indra/llui/llmodaldialog.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-11-12 11:42:06 -0800
committerRichard Linden <none@none>2013-11-12 11:42:06 -0800
commit6ddfc8031c73f342cf8459445a20cd50ceb3efba (patch)
tree4a209fa66ac39930c089a1477a1f4eb2542ad5bb /indra/llui/llmodaldialog.cpp
parentb6688529877e9f3a46d251c64c002fbe8fd8cbb6 (diff)
BUILDFIX - miscellaneous stuff missed in the merge
Diffstat (limited to 'indra/llui/llmodaldialog.cpp')
-rwxr-xr-xindra/llui/llmodaldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmodaldialog.cpp b/indra/llui/llmodaldialog.cpp
index 47cdd098fa..d83028ec4a 100755
--- a/indra/llui/llmodaldialog.cpp
+++ b/indra/llui/llmodaldialog.cpp
@@ -195,7 +195,7 @@ BOOL LLModalDialog::handleHover(S32 x, S32 y, MASK mask)
if( childrenHandleHover(x, y, mask) == NULL )
{
getWindow()->setCursor(UI_CURSOR_ARROW);
- LL_DEBUGS(LLERR_USER_INPUT) << "hover handled by " << getName() << LL_ENDL;
+ LL_DEBUGS("UserInput") << "hover handled by " << getName() << LL_ENDL;
}
LLView* popup_menu = LLMenuGL::sMenuContainer->getVisibleMenu();