|
|
|
|
@@ -129,6 +129,10 @@
|
|
|
|
|
name="Sound Open" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="open" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Find Original" left="0"
|
|
|
|
|
mouse_opaque="true" name="Find Original" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="goto" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Purge Item" left="0" mouse_opaque="true"
|
|
|
|
|
name="Purge Item" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="purge" />
|
|
|
|
|
@@ -186,17 +190,21 @@
|
|
|
|
|
name="Paste" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="paste" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Paste As Link" left="0" mouse_opaque="true"
|
|
|
|
|
name="Paste As Link" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="paste_link" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_separator name="Paste Separator" />
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Delete" left="0" mouse_opaque="true"
|
|
|
|
|
name="Delete" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="delete" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_separator name="Folder Wearables Separator" />
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Take Off Items" left="0"
|
|
|
|
|
mouse_opaque="true" name="Take Off Items" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="removefromoutfit" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Add To Outfit" left="0"
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Wear Items" left="0"
|
|
|
|
|
mouse_opaque="true" name="Wear Items" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="wearitems" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Add Items" left="0"
|
|
|
|
|
mouse_opaque="true" name="Add To Outfit" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="addtooutfit" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
@@ -204,7 +212,11 @@
|
|
|
|
|
mouse_opaque="true" name="Replace Outfit" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="replaceoutfit" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_separator name="Calling Card Separator" />
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Take Off Items" left="0"
|
|
|
|
|
mouse_opaque="true" name="Take Off Items" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="removefromoutfit" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_separator name="Calling Card Separator" />
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Start Conference Chat" left="0"
|
|
|
|
|
mouse_opaque="true" name="Conference Chat Folder" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.BeginIMSession" userdata="everyone" />
|
|
|
|
|
@@ -251,11 +263,6 @@
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="deactivate" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_separator name="Attach Separator" />
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Detach From Yourself" left="0"
|
|
|
|
|
mouse_opaque="true" name="Detach From Yourself" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="detach" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<!-- COMMENTED OUT for DEV-32347 -->
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Restore to Last Position" left="0" mouse_opaque="true"
|
|
|
|
|
name="Restore to Last Position" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="restoreToWorld" />
|
|
|
|
|
@@ -264,11 +271,19 @@
|
|
|
|
|
name="Object Wear" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="attach" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Add" left="0" mouse_opaque="true"
|
|
|
|
|
name="Object Add" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="wear_add" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu bottom_delta="-18" height="18" label="Attach To" left="0" mouse_opaque="true"
|
|
|
|
|
name="Attach To" opaque="true" tear_off="false" width="128" />
|
|
|
|
|
<menu bottom_delta="-18" height="18" label="Attach To HUD" left="0"
|
|
|
|
|
mouse_opaque="true" name="Attach To HUD" opaque="true" tear_off="false"
|
|
|
|
|
width="128" />
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Detach From Yourself" left="0"
|
|
|
|
|
mouse_opaque="true" name="Detach From Yourself" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="detach" />
|
|
|
|
|
</menu_item_call>
|
|
|
|
|
<menu_item_call bottom_delta="-18" height="18" label="Edit" left="0" mouse_opaque="true"
|
|
|
|
|
name="Wearable Edit" width="128">
|
|
|
|
|
<on_click filter="" function="Inventory.DoToSelected" userdata="edit" />
|
|
|
|
|
|