summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-08 10:15:42 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-08 10:15:42 +0100
commita62287c2b0c94a8142818a5c3348c5f55b722614 (patch)
tree06134e447ea2e0bce2367dad22528bd3380fcd66 /indra/llui/llfloater.cpp
parent4bc6b01e0ef845f3f8d5e7f4c46280c6a753d135 (diff)
parent25db70c7621a910903e150dbcf995307b8aef9da (diff)
merge
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index fad98e553f..341debc9a8 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -810,6 +810,11 @@ void LLFloater::applyTitle()
{
mDragHandle->setTitle ( mTitle );
}
+
+ if (getHost())
+ {
+ getHost()->updateFloaterTitle(this);
+ }
}
std::string LLFloater::getCurrentTitle() const