MAINT-8027 Fixed URL-named group is displayed as a link in 'Group Inspector'

master
andreykproductengine 2017-11-22 16:58:17 +02:00
parent 629840e9a8
commit 6a025ddbbc
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ void LLInspectGroup::nameUpdatedCallback(
{
if (id == mGroupID)
{
getChild<LLUICtrl>("group_name")->setValue( LLSD(name) );
getChild<LLUICtrl>("group_name")->setValue(LLSD("<nolink>" + name + "</nolink>"));
}
// Otherwise possibly a request for an older inspector, ignore it