From a66c91bc5a5c8c478482755da55ca34032b6577e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Sun, 22 Mar 2020 10:36:54 -0400 Subject: [PATCH] Labels for agent slurls should use the default name system --- indra/llui/llurlentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index 18330a1bc..f2bbe8214 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -588,7 +588,7 @@ void LLUrlEntryAgent::onAvatarNameCache(const LLUUID& id, } mAvatarNameCacheConnections.erase(range.first, range.second); - std::string label = av_name.getCompleteName(); + std::string label = av_name.getNSName(); // received the agent name from the server - tell our observers callObservers(id.asString(), label, mIcon);