summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-12-23 13:47:05 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2009-12-23 13:47:05 -0800
commit7561bbc87068dfee1283eda757f4cca92c4e5b4c (patch)
treeab29ad4d15421d6ded827f4b56804df2a949eec3 /indra/newview/llnearbychat.cpp
parent6b984521c302067e806e9228cb6abb6c9a58a834 (diff)
DEV-44631 local chat / chat history emote formatting is wrong
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r--indra/newview/llnearbychat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp
index 1a0183a8ba..2ad82d3e8e 100644
--- a/indra/newview/llnearbychat.cpp
+++ b/indra/newview/llnearbychat.cpp
@@ -198,7 +198,7 @@ void LLNearbyChat::addMessage(const LLChat& chat,bool archive)
}
else
{
- mChatHistory->appendMessage(chat,use_plain_text_chat_history);
+ mChatHistory->appendMessage(chat, use_plain_text_chat_history);
}
}