summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-07-29 13:52:48 -0400
committerJonathan Yap <none@none>2013-07-29 13:52:48 -0400
commit9e5dbcfde52f7cf32d2757172cf6de23bd3b8156 (patch)
tree4e33d429dd3561cd538465097bb166008e7abff1 /indra/newview/llavataractions.cpp
parentd233d8836b610b5e5ca76a1e3bb4d63dc3592e66 (diff)
STORM-1838 Add display name handling to the initial notification
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-xindra/newview/llavataractions.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 45992b8c83..5f1f57f550 100755
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -443,13 +443,9 @@ void LLAvatarActions::teleport_request_callback(const LLSD& notification, const
// static
void LLAvatarActions::teleportRequest(const LLUUID& id)
{
- std::string name;
- gCacheName->getFullName(id, name);
- gCacheName->cleanFullName(name);
-
LLSD notification;
notification["uuid"] = id;
- notification["NAME"] = name + "'s";
+ notification["NAME_SLURL"] = LLSLURL("agent", id, "about").getSLURLString();
LLSD payload;