diff options
| -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)  	{ | 
