Add Paste As Copy to inventory menu...
The opposite of Paste As Link, this will make copies of everything in the paste buffer, allowing the user to copy bunches of items or links and simply paste them to make new copies. Also appears when not needed... unsure how to go about removing, maybe comment out in release?
This commit is contained in:
@@ -198,6 +198,10 @@
|
||||
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 Copy" left="0" mouse_opaque="true"
|
||||
name="Paste As Copy" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="paste_copies" />
|
||||
</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" />
|
||||
|
||||
Reference in New Issue
Block a user