summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-01-12 21:08:27 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-01-12 21:08:27 +0200
commit6df80ebcc4b547d3728ed5fca6fa4efa899f30ea (patch)
tree75e6be3cb9ca1a93602dddfe111fed4a600face7 /indra/newview/skins/default/xui
parent1e0753ddb21bf5bda734a2a26ddd97588224093e (diff)
MAINT-6018 Open URL dialog spam
Removed "close by owner" item form chiclet's right-click menu
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-xindra/newview/skins/default/xui/en/menu_script_chiclet.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_script_chiclet.xml b/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
index ceeef1cd46..db29d9cebc 100755
--- a/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
+++ b/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
@@ -16,12 +16,4 @@
function="ScriptChiclet.Action"
parameter="end" />
</menu_item_call>
- <menu_item_call
- label="Close by owner"
- layout="topleft"
- name="CloseByOwner">
- <menu_item_call.on_click
- function="ScriptChiclet.Action"
- parameter="end_owner" />
- </menu_item_call>
</menu>