diff options
author | Richard Nelson <none@none> | 2010-06-07 17:26:50 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-07 17:26:50 -0700 |
commit | 25db70c7621a910903e150dbcf995307b8aef9da (patch) | |
tree | 2389f915fb7ab70526d3ba250964e9f09766c60d /indra/llui/llfloater.cpp | |
parent | bd254e7079ebd85e0e40ab2bf98cabf15be1ce2c (diff) | |
parent | 9b9a79084c1d6bdee0b8a988b21b0b34512ead49 (diff) |
merge
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 5 |
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 |