diff options
author | James Cook <james@lindenlab.com> | 2010-03-02 15:14:27 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-02 15:14:27 -0800 |
commit | 95479a75bb65e355fce8bc5bcc719cfd242b8c16 (patch) | |
tree | 1df10e2cf9b6eb9b2f787be93505b317c73ab706 /indra | |
parent | 521b5fb5831469d0927687a392e8c6a6653a9170 (diff) |
Nicer inspector when using SLIDs only
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llinspectavatar.cpp | 2 |
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(""); } } } |