summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpipette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolpipette.cpp')
-rwxr-xr-xindra/newview/lltoolpipette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpipette.cpp b/indra/newview/lltoolpipette.cpp
index 8d4d58f40c..f77c4aa1ce 100755
--- a/indra/newview/lltoolpipette.cpp
+++ b/indra/newview/lltoolpipette.cpp
@@ -57,7 +57,7 @@ BOOL LLToolPipette::handleMouseUp(S32 x, S32 y, MASK mask)
{
mSuccess = TRUE;
gSelectMgr->unhighlightAll();
- //FIXME: this assumes the pipette tool is a transient tool
+ // *NOTE: This assumes the pipette tool is a transient tool.
gToolMgr->clearTransientTool();
setMouseCapture(FALSE);
return TRUE;