diff options
Diffstat (limited to 'indra/newview')
| -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 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); | 
