diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-05 20:03:15 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-05 20:03:15 +0200 |
commit | e0b1b063c14081a7c53ab5620db20385e1f2bbbd (patch) | |
tree | 339c81ecc82badfa87bc658c9bda56448d9eb0a1 /indra/newview/llfloaterimcontainer.h | |
parent | fe09598fbecdf8620eba8ac1a46b3062bcb6191a (diff) |
CHUI-577 FIXED "Mute text" and "Block voice" items are added to context menu instead of "Block\unblock"
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 1badce0d2d..c9987bffe8 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -150,6 +150,7 @@ private: void moderateVoiceAllParticipants(bool unmute); void moderateVoiceParticipant(const LLUUID& avatar_id, bool unmute); void toggleAllowTextChat(const LLUUID& participant_uuid); + void toggleMute(const LLUUID& participant_id, U32 flags); void openNearbyChat(); LLButton* mExpandCollapseBtn; |