hopefully this fixes everything

This commit is contained in:
Hazim Gazov
2010-05-03 16:32:04 -03:00
parent a581fade7b
commit 8df2389509
9 changed files with 250 additions and 36 deletions

View File

@@ -56,6 +56,10 @@
name="Empty Trash" width="128">
<on_click filter="" function="Inventory.EmptyTrash" userdata="" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Load InvCache..." left="0" mouse_opaque="true"
name="Load InvCache..." width="128">
<on_click filter="" function="Inventory.LoadInvCache" userdata="" />
</menu_item_call>
</menu>
<menu bottom_delta="80" drop_shadow="true" height="121"
label="Create" left="0" mouse_opaque="false" name="Create" opaque="true"

View File

@@ -157,6 +157,23 @@
mouse_opaque="true" name="Copy Asset UUID" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Reupload..." left="0" mouse_opaque="true"
name="Reupload..." width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="reupload" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Acquire Asset ID" left="0" mouse_opaque="true"
name="Acquire Asset ID" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="acquire_asset_id" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Save As..." left="0" mouse_opaque="true"
name="Save As..." width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="save_as" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Save InvCache..." left="0" mouse_opaque="true"
name="Save InvCache..." width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="save_invcache" />
</menu_item_call>
<menu_item_separator
<menu_item_separator name="Copy Separator" />
<menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true"
name="Copy" width="128">