diff options
author | James Cook <james@lindenlab.com> | 2010-01-08 11:42:22 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-08 11:42:22 -0800 |
commit | 57fc68f496d0e7600d6bda5e907cdf3b6f598bc3 (patch) | |
tree | b9d65ca4e916b7f8ee3933e521d02cbcf8d3baeb | |
parent | 96898f35e8b65beb704ed13e5fb8ef4f43497675 (diff) |
Fix mini-inspector (i) icon art reference, no more gray rectangle
Reviewed with Richard
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 1e4dc15c56..75424e71f5 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -222,7 +222,8 @@ with the same filename but different name <texture name="Inspector_Background" file_name="windows/Inspector_Background.png" preload="false" scale.left="4" scale.top="28" scale.right="60" scale.bottom="4" /> <texture name="Inspector_Hover" file_name="windows/Inspector_Hover.png" preload="false" /> - + <texture name="Inspector_I" file_name="windows/Inspector_I.png" preload="false" /> + <texture name="Inv_Acessories" file_name="icons/Inv_Accessories.png" preload="false" /> <texture name="Inv_Alpha" file_name="icons/Inv_Alpha.png" preload="false" /> <texture name="Inv_Animation" file_name="icons/Inv_Animation.png" preload="false" /> |