diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/menu_inventory.xml')
-rwxr-xr-x | linden/indra/newview/skins/xui/en-us/menu_inventory.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/menu_inventory.xml b/linden/indra/newview/skins/xui/en-us/menu_inventory.xml index 1e4ce8a..72de4ec 100755 --- a/linden/indra/newview/skins/xui/en-us/menu_inventory.xml +++ b/linden/indra/newview/skins/xui/en-us/menu_inventory.xml | |||
@@ -29,6 +29,10 @@ | |||
29 | mouse_opaque="true" name="Empty Trash" width="128"> | 29 | mouse_opaque="true" name="Empty Trash" width="128"> |
30 | <on_click filter="" function="Inventory.EmptyTrash" userdata="rename" /> | 30 | <on_click filter="" function="Inventory.EmptyTrash" userdata="rename" /> |
31 | </menu_item_call> | 31 | </menu_item_call> |
32 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Empty Lost And Found" | ||
33 | left="0" mouse_opaque="true" name="Empty Lost And Found" width="128"> | ||
34 | <on_click filter="" function="Inventory.EmptyLostAndFound" userdata="rename" /> | ||
35 | </menu_item_call> | ||
32 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="New Folder" left="0" | 36 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="New Folder" left="0" |
33 | mouse_opaque="true" name="New Folder" width="128"> | 37 | mouse_opaque="true" name="New Folder" width="128"> |
34 | <on_click filter="" function="Inventory.DoCreate" userdata="category" /> | 38 | <on_click filter="" function="Inventory.DoCreate" userdata="category" /> |
@@ -172,11 +176,11 @@ | |||
172 | <menu_item_call bottom_delta="-18" height="18" hidden="false" | 176 | <menu_item_call bottom_delta="-18" height="18" hidden="false" |
173 | label="IM Online Contacts In Folder" left="0" mouse_opaque="true" | 177 | label="IM Online Contacts In Folder" left="0" mouse_opaque="true" |
174 | name="IM Online Contacts In Folder" width="128"> | 178 | name="IM Online Contacts In Folder" width="128"> |
175 | <on_click filter="" function="Inventory.BeginIMSession" userdata="everyone" /> | 179 | <on_click filter="" function="Inventory.BeginIMSession" userdata="online" /> |
176 | </menu_item_call> | 180 | </menu_item_call> |
177 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="IM All Contacts In Folder" | 181 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="IM All Contacts In Folder" |
178 | left="0" mouse_opaque="true" name="IM All Contacts In Folder" width="128"> | 182 | left="0" mouse_opaque="true" name="IM All Contacts In Folder" width="128"> |
179 | <on_click filter="" function="Inventory.BeginIMSession" userdata="online" /> | 183 | <on_click filter="" function="Inventory.BeginIMSession" userdata="everyone" /> |
180 | </menu_item_call> | 184 | </menu_item_call> |
181 | <menu_item_separator name="Sound Separator" /> | 185 | <menu_item_separator name="Sound Separator" /> |
182 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Play" left="0" | 186 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Play" left="0" |