summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-13 12:38:53 -0800
committerJames Cook <james@lindenlab.com>2009-11-13 12:38:53 -0800
commite728dcd1ab877d300ddf93beaab9d77e9b10c3cc (patch)
tree7ebb9109c0e73e7d89d332316230b409593c6be7 /indra
parentb964f3bccaf744ec719e7dff132a77801a419f2b (diff)
parentf9cacc57e28a2dcbe5801c71becbb8e2b8eae3e4 (diff)
merge
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llimfloater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index aa5a5822eb..e3121fbc7a 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -475,6 +475,7 @@ void LLIMFloater::updateMessages()
LLChat chat;
chat.mFromID = from_id;
chat.mFromName = from;
+ chat.mText = message;
mChatHistory->appendWidgetMessage(chat);