From 6a025ddbbcbf5d37485192fc29dea6f275bc97b9 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 22 Nov 2017 16:58:17 +0200 Subject: MAINT-8027 Fixed URL-named group is displayed as a link in 'Group Inspector' --- indra/newview/llinspectgroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llinspectgroup.cpp b/indra/newview/llinspectgroup.cpp index a4fce36783..8332443162 100644 --- a/indra/newview/llinspectgroup.cpp +++ b/indra/newview/llinspectgroup.cpp @@ -205,7 +205,7 @@ void LLInspectGroup::nameUpdatedCallback( { if (id == mGroupID) { - getChild("group_name")->setValue( LLSD(name) ); + getChild("group_name")->setValue(LLSD("" + name + "")); } // Otherwise possibly a request for an older inspector, ignore it -- cgit v1.2.3