diff options
Diffstat (limited to 'indra')
| -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 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; | 
