summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-08 14:44:51 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-08 14:44:51 -0400
commit16247ce9b563f6a145ca029ede234647131aab98 (patch)
treea6b833abb56ae2c73b23f8c552453b1a62dc324c /indra/newview
parent6350930aa9382f0766594db1a6f82d78ba4d43fb (diff)
EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to Critical Inventory loss by Residents
Switched location of Lost&Found versus EmptyTrash items.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml13
1 files changed, 7 insertions, 6 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 2501e35e93..62365f7cc2 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
@@ -61,12 +61,12 @@
<menu_item_separator
layout="topleft" />
<menu_item_call
- label="Empty Trash"
+ label="Empty Lost and Found"
layout="topleft"
- name="empty_trash">
+ name="empty_lostnfound">
<on_click
function="Inventory.GearDefault.Custom.Action"
- parameter="empty_trash" />
+ parameter="empty_lostnfound" />
</menu_item_call>
<menu_item_separator
layout="topleft" />
@@ -105,12 +105,13 @@
</menu_item_call>
<menu_item_separator
layout="topleft" />
+
<menu_item_call
- label="Empty Lost and Found"
+ label="Empty Trash"
layout="topleft"
- name="empty_lostnfound">
+ name="empty_trash">
<on_click
function="Inventory.GearDefault.Custom.Action"
- parameter="empty_lostnfound" />
+ parameter="empty_trash" />
</menu_item_call>
</menu>