summaryrefslogtreecommitdiff
path: root/indra/llui/llresizebar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llresizebar.cpp')
-rw-r--r--indra/llui/llresizebar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llresizebar.cpp b/indra/llui/llresizebar.cpp
index 0183c58c93..c6bc7fb355 100644
--- a/indra/llui/llresizebar.cpp
+++ b/indra/llui/llresizebar.cpp
@@ -110,7 +110,7 @@ BOOL LLResizeBar::handleHover(S32 x, S32 y, MASK mask)
// We only handle the click if the click both started and ended within us
if( gFocusMgr.getMouseCapture() == this )
{
- //FIXME: this, of course, is fragile
+ // *NOTE: this, of course, is fragile
LLView* floater_view = getParent()->getParent();
S32 floater_view_x;
S32 floater_view_y;