summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-08 14:40:21 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-08 14:40:21 -0400
commit6350930aa9382f0766594db1a6f82d78ba4d43fb (patch)
tree5968df6ba79c1726e078e2eb2e7c270883450cfa /indra
parentbbdb6d92b21907551c52bd1583a9b383c1cd4f14 (diff)
EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to Critical Inventory loss by Residents
Separated Lost&Found from EmptyTrash as specified in EXT design decision.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml b/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
index 4e6a07d020..2501e35e93 100644
--- a/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
+++ b/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
@@ -68,14 +68,6 @@
function="Inventory.GearDefault.Custom.Action"
parameter="empty_trash" />
</menu_item_call>
- <menu_item_call
- label="Empty Lost and Found"
- layout="topleft"
- name="empty_lostnfound">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="empty_lostnfound" />
- </menu_item_call>
<menu_item_separator
layout="topleft" />
<menu_item_call
@@ -111,4 +103,14 @@
function="Inventory.GearDefault.Enable"
parameter="find_links" />
</menu_item_call>
+ <menu_item_separator
+ layout="topleft" />
+ <menu_item_call
+ label="Empty Lost and Found"
+ layout="topleft"
+ name="empty_lostnfound">
+ <on_click
+ function="Inventory.GearDefault.Custom.Action"
+ parameter="empty_lostnfound" />
+ </menu_item_call>
</menu>