diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-05 11:23:37 -0800 |
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-05 11:23:37 -0800 |
| commit | 54380ed6d7021b19281846b273fbe81a76c836d9 (patch) | |
| tree | 9e3f2d33c70866eab669e79f0a4512002cf9eac4 /indra/newview/llconversationmodel.cpp | |
| parent | 85e97f772e23c0595c4ce249f533cad746ddd3c6 (diff) | |
| parent | fc000880b40143534c47c475a7a0aba6ab75039e (diff) | |
Pull and merge ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.
Diffstat (limited to 'indra/newview/llconversationmodel.cpp')
| -rw-r--r-- | indra/newview/llconversationmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.cpp b/indra/newview/llconversationmodel.cpp index 0b7c3939df..4328c60b1a 100644 --- a/indra/newview/llconversationmodel.cpp +++ b/indra/newview/llconversationmodel.cpp @@ -115,6 +115,7 @@ void LLConversationItem::buildParticipantMenuOptions(menuentry_vec_t& items) items.push_back(std::string("share")); items.push_back(std::string("pay")); items.push_back(std::string("block_unblock")); + items.push_back(std::string("MuteText")); if(this->getType() != CONV_SESSION_1_ON_1) { |
