summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorAaron Brashears <aaronb@lindenlab.com>2007-01-03 21:05:41 +0000
committerAaron Brashears <aaronb@lindenlab.com>2007-01-03 21:05:41 +0000
commit4617a37edfc291a0942027231691bdbf6109b9cb (patch)
tree5745c5e3dee0568be67d48242814d2654d80c9de /indra/llui/llfloater.cpp
parent2b291c2732b583911c0d98c30dbfedfd4022babb (diff)
corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 3f9139fe86..0e5d37d93e 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -887,7 +887,7 @@ void LLFloater::setFocus( BOOL b )
last_focus->isInEnabledChain() &&
last_focus->isInVisibleChain())
{
- // FIXME: should handle case where focus doesn't stick
+ // *FIX: should handle case where focus doesn't stick
last_focus->setFocus(TRUE);
}
}
@@ -1716,7 +1716,7 @@ void LLFloaterView::restoreAll()
floaterp->setMinimized(FALSE);
}
- //FIXME: make sure dependents are restored
+ // *FIX: make sure dependents are restored
// children then deleted by default view constructor
}
@@ -1861,7 +1861,8 @@ BOOL LLFloaterView::getCycleMode()
void LLFloaterView::bringToFront(LLFloater* child, BOOL give_focus)
{
- //FIXME: make this respect floater's mAutoFocus value, instead of using parameter
+ // *TODO: make this respect floater's mAutoFocus value, instead of
+ // using parameter
if (child->getHost())
{
// this floater is hosted elsewhere and hence not one of our children, abort
@@ -2690,7 +2691,7 @@ void LLMultiFloater::tabClose()
void LLMultiFloater::setVisible(BOOL visible)
{
- //FIXME: shouldn't have to do this, fix adding to minimized multifloater
+ // *FIX: shouldn't have to do this, fix adding to minimized multifloater
LLFloater::setVisible(visible);
if (mTabContainer)