summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofileview.cpp
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2009-11-24 11:55:12 +0800
committerangela <angela@lindenlab.com>2009-11-24 11:55:12 +0800
commitf27aff450fd394dc53c7160d58df40037d57c774 (patch)
tree3893fd9aed15b0a3c186d565bc0afb7bdc8247a3 /indra/newview/llpanelprofileview.cpp
parent65fd784f136d4fc2183b97b6c15bd0c338bdb833 (diff)
parentcfccf4d5145274f7bfe1c88b7e51c000461226e8 (diff)
Automated merge with ssh://angela@hg.lindenlab.com/james/gooey
Diffstat (limited to 'indra/newview/llpanelprofileview.cpp')
-rw-r--r--indra/newview/llpanelprofileview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofileview.cpp b/indra/newview/llpanelprofileview.cpp
index d4ab5013f9..bcf5b16aa6 100644
--- a/indra/newview/llpanelprofileview.cpp
+++ b/indra/newview/llpanelprofileview.cpp
@@ -190,7 +190,7 @@ void LLPanelProfileView::processOnlineStatus(bool online)
void LLPanelProfileView::onAvatarNameCached(const LLUUID& id, const std::string& first_name, const std::string& last_name, BOOL is_group)
{
llassert(getAvatarId() == id);
- getChild<LLTextBox>("user_name", FALSE)->setValue(first_name + " " + last_name);
+ getChild<LLUICtrl>("user_name", FALSE)->setValue(first_name + " " + last_name);
}
void LLPanelProfileView::togglePanel(LLPanel* panel)