summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-01 12:39:59 -0800
committerrichard <none@none>2010-02-01 12:39:59 -0800
commit45e700cb3ef9c56aaf373a8b4acafb4fc07a5972 (patch)
tree394d990d038387952d0668da989dd4d7da072c86 /indra/newview/llchathistory.cpp
parentc339017d2e156a68f1e300a7668f2a9f6e6141f7 (diff)
parentf99a7b23ae0cee0d3e96b0b89d82e5c35bb07433 (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 a570862675..581c210bd5 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -518,7 +518,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
chatters += *it;
if (++it != mUnreadChatSources.end())
{
- chatters += ",";
+ chatters += ", ";
}
}
LLStringUtil::format_map_t args;