diff options
author | Richard Nelson <none@none> | 2010-06-07 16:49:06 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-07 16:49:06 -0700 |
commit | a1f21c968e3791bd8c613bc7b5073789b1bcc0d7 (patch) | |
tree | 7a5340fcfe560822bc54d0cb642d84002dfab0b3 /indra/llui/llfloater.cpp | |
parent | d50ab8b58a45c55888ddebbb77ec0a2209d286a5 (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.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 |