diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-28 15:05:30 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-28 15:05:30 +0200 |
commit | 1f1d29e3462fb0adff9342b657160441d5b992d0 (patch) | |
tree | a034bb563e6717b17bf7560f2d4e340476753b61 /indra/newview/skins | |
parent | 9309c2c966a6df3ad6a42a1aa4d643b0bc54a71d (diff) |
SL-9787 EEP Remove Apply to Region from right-click menus.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_inventory.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_inventory.xml b/indra/newview/skins/default/xui/en/menu_inventory.xml index 6f04785e8c..9b24e2ffcf 100644 --- a/indra/newview/skins/default/xui/en/menu_inventory.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory.xml @@ -880,13 +880,6 @@ function="Inventory.DoToSelected" parameter="apply_settings_parcel" /> </menu_item_call> - <menu_item_call - name="Settings Apply Region" - layout="topleft" - label="Apply To Region"> - <menu_item_call.on_click - function="Inventory.DoToSelected" - parameter="apply_settings_region" /> </menu_item_call> <menu_item_separator layout="topleft" |