From 7a49c07fcb914430cbe4905071b0b901033dd75a Mon Sep 17 00:00:00 2001 From: pavelkproductengine <pavelkproductengine@lindenlab.com> Date: Wed, 16 Mar 2016 17:13:53 +0200 Subject: [PATCH] MAINT-5194 Visual Outfit Browser Attempt to fix issue with default outfit icon on Mac --- ...t_Photo.PNG => Default_Outfit_Photo_renamed.png} | Bin indra/newview/skins/default/textures/textures.xml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename indra/newview/skins/default/textures/icons/{Default_Outfit_Photo.PNG => Default_Outfit_Photo_renamed.png} (100%) diff --git a/indra/newview/skins/default/textures/icons/Default_Outfit_Photo.PNG b/indra/newview/skins/default/textures/icons/Default_Outfit_Photo_renamed.png similarity index 100% rename from indra/newview/skins/default/textures/icons/Default_Outfit_Photo.PNG rename to indra/newview/skins/default/textures/icons/Default_Outfit_Photo_renamed.png diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index be23cbfeb79..56a15fff426 100755 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -804,7 +804,7 @@ with the same filename but different name <texture name="Camera_Drag_Dot" file_name="world/CameraDragDot.png"/> <texture name="NavBar Separator" file_name="navbar/separator.png"/> - <texture name="Default_Outfit_Photo" file_name="icons/Default_Outfit_Photo.png" preload="true"/> + <texture name="Default_Outfit_Photo" file_name="icons/Default_Outfit_Photo_renamed.png" preload="true"/> <texture name="Notification_Condense" file_name="icons/Icon_Notification_Condense.png" preload="true"/> <texture name="Notification_Expand" file_name="icons/Icon_Notification_Expand.png" preload="true"/> <texture name="System_Notification" file_name="icons/SL_Logo.png" preload="true"/> -- GitLab