diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-07-29 15:19:54 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-07-29 15:19:54 -0400 |
| commit | 91f7d0d1540ae448b45d8eceacff8aad2b88462a (patch) | |
| tree | 2f7b7505be398189252a7d2148869c81268ebc6d /indra/newview/llconversationmodel.cpp | |
| parent | de3d3cf8aac904e0afda356d14af61b44cdb5fb7 (diff) | |
| parent | 8a761f92275a853fce28cf19ea628acdce840779 (diff) | |
merge changes for storm-1838
Diffstat (limited to 'indra/newview/llconversationmodel.cpp')
| -rwxr-xr-x | 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 c74ce24872..b0aaa21ec9 100755 --- a/indra/newview/llconversationmodel.cpp +++ b/indra/newview/llconversationmodel.cpp @@ -132,6 +132,7 @@ void LLConversationItem::buildParticipantMenuOptions(menuentry_vec_t& items, U32 items.push_back(std::string("view_profile")); items.push_back(std::string("im")); items.push_back(std::string("offer_teleport")); + items.push_back(std::string("request_teleport")); items.push_back(std::string("voice_call")); items.push_back(std::string("chat_history")); items.push_back(std::string("separator_chat_history")); |
