summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimcontainer.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-06-05 17:32:10 -0400
committerJonathan Yap <none@none>2013-06-05 17:32:10 -0400
commitec52db8d0c4099dd5e3b476f7b44a4ebda7cb676 (patch)
tree6a24cc87ca231c562d91f6a1467f6d8269119ba1 /indra/newview/llfloaterimcontainer.cpp
parent412d553f5249b6ffeda3d7e3aba1e97d8db52b2e (diff)
STORM-1838 Slowly reappling changes to work with CHUI
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
-rw-r--r--indra/newview/llfloaterimcontainer.cpp4
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);