summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-03-23 11:29:12 -0700
committerRichard Linden <none@none>2010-03-23 11:29:12 -0700
commit3d977127559280bf37a89714893a13eb288e634f (patch)
tree2df7dde6f77d86428f6a3e8da66e6e60bac023db /indra/newview/llchathistory.cpp
parent07bc1f0ba52cfcd107f6cf12ab4e5372640b2143 (diff)
parentb30488f9eeba8b2f8744196c8468925f6268f462 (diff)
merge
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-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 fc906a8f8e..efdfbb8d20 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -834,7 +834,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
{
message = chat.mFromName + message;
}
-
+
mEditor->appendText(message, FALSE, style_params);
}
mEditor->blockUndo();