summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-02 15:14:27 -0800
committerJames Cook <james@lindenlab.com>2010-03-02 15:14:27 -0800
commit95479a75bb65e355fce8bc5bcc719cfd242b8c16 (patch)
tree1df10e2cf9b6eb9b2f787be93505b317c73ab706 /indra
parent521b5fb5831469d0927687a392e8c6a6653a9170 (diff)
Nicer inspector when using SLIDs only
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinspectavatar.cpp2
1 files changed, 1 insertions, 1 deletions
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<LLUICtrl>("user_name")->setValue(full_name);
- getChild<LLUICtrl>("user_slid")->setValue(full_name);
+ getChild<LLUICtrl>("user_slid")->setValue("");
}
}
}