summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-07-14 17:41:17 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-07-14 19:07:25 +0300
commit1f53aab286a89dc246a8bdc5a4db3ee524d4412c (patch)
treea367261a2f1e6fec8be860c1a7b1a40f7e5d7cc4 /indra/newview/llpanelprofile.cpp
parente0360ee13ac683007210cf13a49ca2c4178207fe (diff)
SL-17773 Properly reset buttons
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r--indra/newview/llpanelprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index 2b6be5f5fe..195244ea22 100644
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -2347,7 +2347,7 @@ void LLPanelProfileFirstLife::processProperties(const LLAvatarData* avatar_data)
void LLPanelProfileFirstLife::resetData()
{
- mDescriptionEdit->setValue(LLStringUtil::null);
+ setDescriptionText(std::string());
mPicture->setValue("Generic_Person_Large");
mImageId = LLUUID::null;