summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2009-11-20 17:18:46 -0800
committerRamzi Linden <ramzi@lindenlab.com>2009-11-20 17:18:46 -0800
commit3ea3f52aedd1efc568b01c8f618c5bbe805f61db (patch)
tree11790cd07a5ebc39b16c409956d7bf900424f7f1 /indra/llui/lltextbase.cpp
parent1d5775a23fbcf00ad3e459393a7cf1d80a762bf8 (diff)
parent1d9d099baae1b502f4fae02238330c06bf49adb2 (diff)
merge
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index cd795282f9..e210667764 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -1505,6 +1505,7 @@ void LLTextBase::appendText(const std::string &new_text, bool prepend_newline, c
LLStyle::Params link_params = style_params;
link_params.color = match.getColor();
+ link_params.readonly_color = match.getColor();
// apply font name from requested style_params
std::string font_name = LLFontGL::nameFromFont(style_params.font());
std::string font_size = LLFontGL::sizeFromFont(style_params.font());