summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-07 16:49:06 -0700
committerRichard Nelson <none@none>2010-06-07 16:49:06 -0700
commita1f21c968e3791bd8c613bc7b5073789b1bcc0d7 (patch)
tree7a5340fcfe560822bc54d0cb642d84002dfab0b3 /indra/llui/llfloater.cpp
parentd50ab8b58a45c55888ddebbb77ec0a2209d286a5 (diff)
EXT-7700 - Script error window shows [All Scripts] for every tab
reviewed by Mani
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