diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-06 13:01:17 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-06 13:01:17 -0800 |
commit | 60df5e51dc977e28507b3446d649eac67556c050 (patch) | |
tree | b05008c7e8a4954e2ed38d76b9d1980e7c40f7df /indra/newview/skins/default | |
parent | af32a74b77ffc2110de821e0159de8eb5aa0f454 (diff) |
EXP-1220 GROUNDWORK -- Create context menu entry to allow import of selected item(s)
* Added a context menu for "Send to Marketplace" but disabled the code to show it
until we decide to move forward with this feature.
* Made some progress unifying the context menu in the outbox for different types
of items. (mesh, audio, etc.)
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_inventory.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_inventory.xml b/indra/newview/skins/default/xui/en/menu_inventory.xml index fb85e5278a..31dcdfffbb 100644 --- a/indra/newview/skins/default/xui/en/menu_inventory.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory.xml @@ -694,6 +694,14 @@ parameter="move_to_outbox" /> </menu_item_call> <menu_item_call + label="Send to Marketplace" + layout="topleft" + name="Marketplace Send"> + <menu_item_call.on_click + function="Inventory.DoToSelected" + parameter="send_to_marketplace" /> + </menu_item_call> + <menu_item_call label="--no options--" layout="topleft" name="--no options--" /> |