diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-11-21 19:59:51 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-11-21 19:59:51 +0200 |
commit | 7f19e6de5c55c1a28d329fbd6dea728f48b99495 (patch) | |
tree | 05f5d9c88f98d568f1f59bf4b91a7e44927a2afe /indra/newview/llavataractions.cpp | |
parent | 2dea7a52f616665040d4faff2339e78596a31b90 (diff) | |
parent | a4a6e5a17d2ae715d8f225d90598a079f8adb17d (diff) |
merge
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 4f57498506..f5d8998ce5 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -180,7 +180,7 @@ void LLAvatarActions::offerTeleport(const uuid_vec_t& ids) static void on_avatar_name_cache_start_im(const LLUUID& agent_id, const LLAvatarName& av_name) { - std::string name = av_name.getCompleteName(); + std::string name = av_name.mDisplayName; LLUUID session_id = gIMMgr->addSession(name, IM_NOTHING_SPECIAL, agent_id); if (session_id != LLUUID::null) { |