summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorrichard <none@none>2010-01-25 15:55:12 -0800
committerrichard <none@none>2010-01-25 15:55:12 -0800
commitc555e837b19fd876bf155d131c30942d27fc8364 (patch)
tree200dd4212d63430a10fc315b01f093106f131008 /indra/newview
parentb7c03ad1a47fd646e277ec431909f32535a20d21 (diff)
EXT-4348 - List of names before "have said something new" wraps poorly
accepted patch from Josh
Diffstat (limited to 'indra/newview')
-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 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;