MAINT-8027 Fixed URL-named group is displayed as a link in 'Group Inspector'
parent
629840e9a8
commit
6a025ddbbc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue