diff options
| -rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 5 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_camera.xml | 6 | 
2 files changed, 7 insertions, 4 deletions
| diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 8af65b25e9..1e47701e35 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -106,7 +106,6 @@    <texture name="DropDown_Press" file_name="widgets/DropDown_Press.png" preload="true" scale.left="2" scale.top="19" scale.right="18" scale.bottom="2" />    <texture name="DropDown_Selected" file_name="widgets/DropDown_Selected.png" preload="true" scale.left="2" scale.top="19" scale.right="18" scale.bottom="2" />    <texture name="DropDown_Off" file_name="widgets/DropDown_Off.png" preload="true" scale.left="2" scale.top="19" scale.right="18" scale.bottom="2" /> -  <texture name="DropDown_On" file_name="widgets/DropDown_On.png" preload="true" scale.left="2" scale.top="19" scale.right="18" scale.bottom="2" />    <texture name="DropTarget" file_name="widgets/DropTarget.png" preload="false" /> @@ -231,6 +230,10 @@    <texture name="Microphone_Mute" file_name="icons/Microphone_Mute.png" preload="false" />    <texture name="Microphone_On" file_name="icons/Microphone_On.png" preload="false" /> +  <texture name="MinusItem_Disabled" file_name="icons/MinusItem_Disabled.png" preload="false" /> +  <texture name="MinusItem_Off" file_name="icons/MinusItem_Off.png" preload="false" /> +  <texture name="MinusItem_Press" file_name="icons/MinusItem_Press.png" preload="false" /> +    <texture name="menu_separator" file_name="navbar/FileMenu_Divider.png" scale.left="4" scale.top="166" scale.right="0" scale.bottom="0" />    <texture name="Move_Fly_Disabled" file_name="bottomtray/Move_Fly_Disabled.png" preload="false" /> diff --git a/indra/newview/skins/default/xui/en/floater_camera.xml b/indra/newview/skins/default/xui/en/floater_camera.xml index f553184c19..69f9f6a2f8 100644 --- a/indra/newview/skins/default/xui/en/floater_camera.xml +++ b/indra/newview/skins/default/xui/en/floater_camera.xml @@ -87,9 +87,9 @@             <button                follows="top|left"                height="18" -              image_disabled="AddItem_Disabled" -              image_selected="AddItem_Press" -              image_unselected="AddItem_Off" +              image_disabled="MinusItem_Disabled" +              image_selected="MinusItem_Press" +              image_unselected="MinusItem_Off"                layout="topleft"                name="zoom_minus_btn"                top_pad="0" | 
