summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-09-25 19:24:25 +0300
committerGitHub <noreply@github.com>2025-09-25 19:24:25 +0300
commit6ea4fc913f979d640e441c6ba2465c95f4f252e8 (patch)
treeb8b62def08eb1a19138ef6ddf044923ba474b3bd /indra/newview/llpanelprofile.cpp
parent8976d69dba6a45d7a507d15794e98e26d00c0ea3 (diff)
#p473 fix XUI warnings
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 b77ee2f439..6ea9cd2b92 100644
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -859,7 +859,7 @@ void LLPanelProfileSecondLife::resetData()
resetLoading();
// Set default image and 1:1 dimensions for it
- mSecondLifePic->setValue("Generic_Person_Large");
+ mSecondLifePic->setValue(LLUUID());
LLRect imageRect = mSecondLifePicLayout->getRect();
mSecondLifePicLayout->reshape(imageRect.getWidth(), imageRect.getWidth());