summaryrefslogtreecommitdiff
path: root/indra/llui/llview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r--indra/llui/llview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index f8d1504f3c..6323a408bb 100644
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -1543,7 +1543,7 @@ LLRect LLView::getRequiredRect()
const LLRect LLView::getScreenRect() const
{
- //FIXME: check for one-off error
+ // *FIX: check for one-off error
LLRect screen_rect;
localPointToScreen(0, 0, &screen_rect.mLeft, &screen_rect.mBottom);
localPointToScreen(mRect.getWidth(), mRect.getHeight(), &screen_rect.mRight, &screen_rect.mTop);