summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-03-23 10:13:31 -0700
committerRichard Linden <none@none>2010-03-23 10:13:31 -0700
commitb30488f9eeba8b2f8744196c8468925f6268f462 (patch)
tree8104b48215f147da77dd4990ae8eddc2200dfd95
parent0b3099fbca36be1012ddaeaf1e6cd5673caa1aca (diff)
parentfd096e5011c8d777f54c7fe473b12e6730dbedc0 (diff)
merge
-rw-r--r--indra/newview/llchathistory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index ffa24a0c15..8088b39009 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -835,6 +835,8 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
message = chat.mFromName + message;
}
+ message += "\n";
+
mEditor->appendText(message, FALSE, style_params);
}