diff options
Diffstat (limited to 'linden/indra/newview/llfloaterchat.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterchat.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp index d05b231..383a33e 100644 --- a/linden/indra/newview/llfloaterchat.cpp +++ b/linden/indra/newview/llfloaterchat.cpp | |||
@@ -207,7 +207,8 @@ void add_timestamped_line(LLViewerTextEditor* edit, const LLChat &chat, const LL | |||
207 | { | 207 | { |
208 | line = line.substr(chat.mFromName.length()); | 208 | line = line.substr(chat.mFromName.length()); |
209 | const LLStyleSP &sourceStyle = LLStyleMap::instance().lookup(chat.mFromID); | 209 | const LLStyleSP &sourceStyle = LLStyleMap::instance().lookup(chat.mFromID); |
210 | edit->appendStyledText(chat.mFromName, false, false, &sourceStyle); | 210 | edit->appendStyledText(chat.mFromName, false, prepend_newline, &sourceStyle); |
211 | prepend_newline = false; | ||
211 | } | 212 | } |
212 | edit->appendColoredText(line, false, prepend_newline, color); | 213 | edit->appendColoredText(line, false, prepend_newline, color); |
213 | } | 214 | } |