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;