diff options
author | andreykproductengine <akleshchev@productengine.com> | 2017-01-17 20:11:00 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2017-01-17 20:11:00 +0200 |
commit | b94aa751c93b2c9bf9a9567946fe388a7c475d77 (patch) | |
tree | 753be8a9339d02f568fdf0506aa7a9d873f7799d /indra/newview/skins/default/xui/en/menu_inventory.xml | |
parent | ba6974eb376a50eb40dab1682fb96299fe97639d (diff) |
MAINT-6959 Ability to set custom folders for uploading items
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_inventory.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_inventory.xml | 37 |
1 files changed, 37 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 5b8a9413bf..e1f9269c70 100644 --- a/indra/newview/skins/default/xui/en/menu_inventory.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory.xml @@ -322,6 +322,43 @@ </menu_item_call> </menu> <menu + label="Use as default for" + layout="topleft" + name="upload_def"> + <menu_item_call + label="Image uploads" + layout="topleft" + name="Image uploads"> + <menu_item_call.on_click + function="Inventory.FileUploadLocation" + parameter="texture" /> + </menu_item_call> + <menu_item_call + label="Sound uploads" + layout="topleft" + name="Sound uploads"> + <menu_item_call.on_click + function="Inventory.FileUploadLocation" + parameter="sound" /> + </menu_item_call> + <menu_item_call + label="Animation uploads" + layout="topleft" + name="Animation uploads"> + <menu_item_call.on_click + function="Inventory.FileUploadLocation" + parameter="animation" /> + </menu_item_call> + <menu_item_call + label="Model uploads" + layout="topleft" + name="Model uploads"> + <menu_item_call.on_click + function="Inventory.FileUploadLocation" + parameter="model" /> + </menu_item_call> + </menu> + <menu label="Change Type" layout="topleft" name="Change Type"> |