summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llchathistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index 2b050f3eb5..69e1f8d428 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -351,6 +351,7 @@ void LLChatHistory::appendWidgetMessage(const LLChat& chat)
LLStyle::Params style_params;
style_params.color(txt_color);
+ style_params.readonly_color(txt_color);
style_params.font(fontp);
@@ -383,7 +384,6 @@ void LLChatHistory::appendWidgetMessage(const LLChat& chat)
appendWidget(p, view_text, false);
//Append the text message
-
appendText(chat.mText, FALSE, style_params);
mLastFromName = chat.mFromName;