diff options
author | Jonathan Yap <none@none> | 2013-06-05 17:32:10 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-06-05 17:32:10 -0400 |
commit | ec52db8d0c4099dd5e3b476f7b44a4ebda7cb676 (patch) | |
tree | 6a24cc87ca231c562d91f6a1467f6d8269119ba1 /indra/newview/llconversationmodel.cpp | |
parent | 412d553f5249b6ffeda3d7e3aba1e97d8db52b2e (diff) |
STORM-1838 Slowly reappling changes to work with 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 c74ce24872..b0aaa21ec9 100644 --- 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")); |