diff options
author | Palmer <palmer@lindenlab.com> | 2010-02-17 17:12:58 -0800 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2010-02-17 17:12:58 -0800 |
commit | 3ef0d029ca06c991abcde2d59cd8d9478127b980 (patch) | |
tree | 74e169c45c506ed01ec4cfe41c86f3b798a199ad /indra/newview/skins/default/xui/en/menu_nearby_chat.xml | |
parent | e938d055f427275005d538bf09d3b40e0f680d5f (diff) | |
parent | 9dfff8c6d2a54e3f6e069c26cc8753dc9331aec1 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_nearby_chat.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_nearby_chat.xml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_nearby_chat.xml b/indra/newview/skins/default/xui/en/menu_nearby_chat.xml deleted file mode 100644 index ff89e20ea5..0000000000 --- a/indra/newview/skins/default/xui/en/menu_nearby_chat.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<menu bottom="100" color="MenuDefaultBgColor" drop_shadow="true" height="101" left="100" - mouse_opaque="false" name="NearBy Chat Menu" opaque="true" width="128" visible="false"> - <menu_item_call bottom_delta="-18" height="18" label="Show Nearby People..." left="0" mouse_opaque="true" - name="nearby_people" width="128"> - <menu_item_call.on_click function="NearbyChat.Action" userdata="nearby_people" /> - </menu_item_call> - - <menu_item_separator /> - <menu_item_check bottom_delta="-18" height="18" label="Show Blocked Text" left="0" mouse_opaque="true" - name="muted_text" width="128"> - <menu_item_check.on_click function="NearbyChat.Action" userdata="muted_text" /> - <menu_item_check.on_check function="NearbyChat.Check" userdata="muted_text"/> - </menu_item_check> - - <menu_item_separator /> - - <menu_item_check bottom_delta="-18" height="18" label="Show Buddy Icons" left="0" mouse_opaque="true" - name="show_buddy_icons" width="128"> - <menu_item_check.on_click function="NearbyChat.Action" userdata="show_buddy_icons" /> - <menu_item_check.on_check function="NearbyChat.Check" userdata="show_buddy_icons"/> - </menu_item_check> - <menu_item_check bottom_delta="-18" height="18" label="Show Names" left="0" mouse_opaque="true" - name="show_names" width="128"> - <menu_item_check.on_click function="NearbyChat.Action" userdata="show_names" /> - <menu_item_check.on_check function="NearbyChat.Check" userdata="show_names"/> - </menu_item_check> - <menu_item_check bottom_delta="-18" height="18" label="Show Icons and Names" left="0" mouse_opaque="true" - name="show_icons_and_names" width="128"> - <menu_item_check.on_click function="NearbyChat.Action" userdata="show_icons_and_names" /> - <menu_item_check.on_check function="NearbyChat.Check" userdata="show_icons_and_names"/> - </menu_item_check> - - <menu_item_separator /> - <menu_item_call bottom_delta="-18" height="18" label="Font Size" left="0" mouse_opaque="true" - name="font_size" width="128"> - <menu_item_call.on_click function="NearbyChat.Action" userdata="font_size" /> - </menu_item_call> -</menu> |