From c555e837b19fd876bf155d131c30942d27fc8364 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 25 Jan 2010 15:55:12 -0800 Subject: EXT-4348 - List of names before "have said something new" wraps poorly accepted patch from Josh --- indra/newview/llchathistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index a46cd84b60..8074213b04 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -470,7 +470,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const bool use_plain_text_ chatters += *it; if (++it != mUnreadChatSources.end()) { - chatters += ","; + chatters += ", "; } } LLStringUtil::format_map_t args; -- cgit v1.2.3