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/llfloaterimcontainer.cpp | |
parent | 412d553f5249b6ffeda3d7e3aba1e97d8db52b2e (diff) |
STORM-1838 Slowly reappling changes to work with CHUI
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
-rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index 5e0cd8ef78..65155041f0 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1007,6 +1007,10 @@ void LLFloaterIMContainer::doToParticipants(const std::string& command, uuid_vec { LLAvatarActions::offerTeleport(selectedIDS); } + else if ("request_teleport" == command) + { + LLAvatarActions::teleportRequest(selectedIDS.front()); + } else if ("voice_call" == command) { LLAvatarActions::startCall(userID); |