From 95479a75bb65e355fce8bc5bcc719cfd242b8c16 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Mar 2010 15:14:27 -0800 Subject: Nicer inspector when using SLIDs only --- indra/newview/llinspectavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llinspectavatar.cpp b/indra/newview/llinspectavatar.cpp index c4fd5a07c1..a9258f7663 100644 --- a/indra/newview/llinspectavatar.cpp +++ b/indra/newview/llinspectavatar.cpp @@ -622,7 +622,7 @@ void LLInspectAvatar::onNameCache( else { getChild("user_name")->setValue(full_name); - getChild("user_slid")->setValue(full_name); + getChild("user_slid")->setValue(""); } } } -- cgit v1.2.3