diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-05 19:36:01 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-05 19:36:01 +0200 |
commit | ad729e4ab47e17876b845ec8386fd6ffb4cde32a (patch) | |
tree | 939d004ddd58416e2c1c88cee6952b73cbf14df7 /indra/newview/llpanelprofile.cpp | |
parent | ac401ee81f19978f1766d0f02a799f5ab168fe14 (diff) | |
parent | 647ac96b15ac6e0509d0e3672ecf79bfb73be0d5 (diff) |
Merged more SL-10675 changes
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 94169fd06f..fea76f9d04 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -488,7 +488,7 @@ void LLPanelProfileSecondLife::fillCommonData(const LLAvatarData* avatar_data) void LLPanelProfileSecondLife::fillPartnerData(const LLAvatarData* avatar_data) { - LLTextBox* partner_text = getChild<LLTextBox>("partner_text"); + LLTextEditor* partner_text = getChild<LLTextEditor>("partner_text"); if (avatar_data->partner_id.notNull()) { partner_text->setText(LLSLURL("agent", avatar_data->partner_id, "inspect").getSLURLString()); |