From 6ea4fc913f979d640e441c6ba2465c95f4f252e8 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Thu, 25 Sep 2025 19:24:25 +0300 Subject: #p473 fix XUI warnings --- indra/newview/llpanelprofile.cpp | 2 +- indra/newview/skins/default/xui/en/panel_profile_firstlife.xml | 1 - indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 3 +-- 3 files changed, 2 insertions(+), 4 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()); diff --git a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml index 6554dd0952..831b631505 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml @@ -22,7 +22,6 @@