From d2a42e47ce4633b6c5c2b1f97a418b2b2837f24a Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 3 Feb 2019 18:37:51 -0500 Subject: [PATCH] Make agent slurls with name types open profile on click --- indra/newview/llpanelprofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index d35d481ab..e40747eee 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -98,7 +98,7 @@ public: std::string verb = params[1].asString(); for (; !verb.empty() && std::ispunct(verb.back()); verb.pop_back()); - if (verb == "about") + if (verb == "about" || verb == "completename" || verb == "displayname" || verb == "username") { LLAvatarActions::showProfile(avatar_id); return true;