diff options
author | Jonathan Yap <none@none> | 2011-01-24 16:22:03 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-01-24 16:22:03 -0500 |
commit | 5322021746582195df6b7ad5843a7da09e617917 (patch) | |
tree | 8a98d6c9676f31173a8557c41c083f854eb5ac32 /indra/newview/skins/default/xui/en/widgets/talk_button.xml | |
parent | 7a453b7c9351a743b222bbb2b94809cf7c6b3ce8 (diff) |
STORM-845 Icon for nearby chat and nearby voice now is a down arrow when floater is open
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/talk_button.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/talk_button.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/talk_button.xml b/indra/newview/skins/default/xui/en/widgets/talk_button.xml index a7e271a1ff..d792e9f29c 100644 --- a/indra/newview/skins/default/xui/en/widgets/talk_button.xml +++ b/indra/newview/skins/default/xui/en/widgets/talk_button.xml @@ -23,11 +23,11 @@ bottom="0" tab_stop="false" is_toggle="true" - image_selected="SegmentedBtn_Right_Selected_Press" - image_unselected="SegmentedBtn_Right_Off" - image_pressed="SegmentedBtn_Right_Press" - image_pressed_selected="SegmentedBtn_Right_Selected_Press" - image_overlay="Arrow_Small_Up" + image_disabled="ComboButton_UpOff" + image_unselected="ComboButton_UpOff" + image_selected="ComboButton_On" + image_pressed="ComboButton_UpSelected" + image_pressed_selected="ComboButton_Selected" /> <monitor follows="right" |