diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-30 19:15:29 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-30 19:15:29 -0800 |
commit | c760220b00e5a6dfc495623830365efab22384cf (patch) | |
tree | a07458551008f6c7208ede2c2742957417004fe7 /indra/newview/llimfloater.cpp | |
parent | 948af3093c93461d11ab6a76a8aab7ea10e377c6 (diff) | |
parent | 7c0eac93e7444bc1896f8ed0ee26888ff54a33bf (diff) |
Merge from product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 310eaaec27..5e9ffdf410 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -34,6 +34,8 @@ #include "llimfloater.h" +#include "llnotificationsutil.h" + #include "llagent.h" #include "llappviewer.h" #include "llbutton.h" @@ -634,6 +636,9 @@ void LLIMFloater::processAgentListUpdates(const LLSD& body) else label = LLTrans::getString("IM_to_label") + " " + LLIMModel::instance().getName(mSessionID); mInputEditor->setLabel(label); + + if (moderator_muted_text) + LLNotificationsUtil::add("TextChatIsMutedByModerator"); } } } |