diff options
author | James Cook <james@lindenlab.com> | 2009-11-13 12:36:41 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-13 12:36:41 -0800 |
commit | f9cacc57e28a2dcbe5801c71becbb8e2b8eae3e4 (patch) | |
tree | 729102bf81d943e73e42ad50c8db18e2b449ea18 /indra | |
parent | 7e2d2406584ffe3a0c2f87734ada194a92b82df6 (diff) |
EXT-2491 IM text does not appear in private IMs
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llimfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 0f32d0b313..1467e4e0e0 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -479,6 +479,7 @@ void LLIMFloater::updateMessages() LLChat chat; chat.mFromID = from_id; chat.mFromName = from; + chat.mText = message; mChatHistory->appendWidgetMessage(chat); |