diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp
index 9a7aa5e27721307df3a8e78f8a52e8483193bb33..9f0c7cbbe3bfe3b7af309fa3212edd39731132d3 100644
--- a/indra/newview/lloutfitgallery.cpp
+++ b/indra/newview/lloutfitgallery.cpp
@@ -578,10 +578,6 @@ void LLOutfitGalleryGearMenu::onUploadFoto()
     {
         gallery->uploadPhoto(selected_outfit_id);
     }
-    if (selected_outfit_id.notNull())
-    {
-
-    }
 }
 
 void LLOutfitGalleryGearMenu::onLoadAssets()
diff --git a/indra/newview/skins/default/textures/icons/Default_Outfit_Photo.jpg b/indra/newview/skins/default/textures/icons/Default_Outfit_Photo.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c019174fd7fc45863c5f74e43a3759c4d884d981
Binary files /dev/null and b/indra/newview/skins/default/textures/icons/Default_Outfit_Photo.jpg differ
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml
index 1b7b76e3b898a8e1cefaf401a174f3c482015c94..b1b82669a9b9527145c3e469684e50c0b48c3fef 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="Outfit_Default_Foto" fileName="icons/pop_up_caution.png"/>
+  <texture name="Default_Outfit_Photo" file_name="icons/Default_Outfit_Photo.jpg" 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"/>
diff --git a/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml b/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml
index d8b0ecaf59fc397c985d7efa0d8f6897cf7f673b..eede209e9167c6217292e305ae030776f43eb9e8 100644
--- a/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml
+++ b/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml
@@ -27,7 +27,7 @@
       width="147"
       follows="left|top"
       visible="true"
-      image_name="Popup_Caution"
+      image_name="Default_Outfit_Photo"
     />
   <panel
    background_visible="false"