summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-20 14:45:51 -0800
committerJames Cook <james@lindenlab.com>2009-11-20 14:45:51 -0800
commitcbbb107d1f71f8a8474abbe7e1747a4332f6aa0e (patch)
tree15d8abf1822a31755783b2447abd5afb33a8f3ce /indra/llui/lltextbase.cpp
parent3bb86f91bc345f74057debe1f8f680098895a40e (diff)
parent67c832d94b53fb5d32ec27eebf7f57b668e899db (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());