diff --git a/indra/newview/lltoolmorph.cpp b/indra/newview/lltoolmorph.cpp index 899615725817d87e31fe80b0c33efd16d3d96bc1..fa21b1a86684d72bca44407121793788526a6ecc 100644 --- a/indra/newview/lltoolmorph.cpp +++ b/indra/newview/lltoolmorph.cpp @@ -96,7 +96,7 @@ LLVisualParamHint::LLVisualParamHint( mCamTargetJoint(jointp) { LLVisualParamHint::sInstances.insert( this ); - mBackgroundp = LLUI::getUIImage("avatar_thumb_bkgrnd.j2c"); + mBackgroundp = LLUI::getUIImage("avatar_thumb_bkgrnd.png"); llassert(width != 0); llassert(height != 0); diff --git a/indra/newview/skins/default/textures/avatar_thumb_bkgrnd.png b/indra/newview/skins/default/textures/avatar_thumb_bkgrnd.png new file mode 100644 index 0000000000000000000000000000000000000000..84cc2159c1007d387c21bd910b9579d47b2d8781 Binary files /dev/null and b/indra/newview/skins/default/textures/avatar_thumb_bkgrnd.png differ