summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-01-11 03:24:36 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-01-11 03:24:36 +0200
commit29cb3a4a93543c41b23ba429c4d04189c24d30fc (patch)
tree7f13fb19fa83beb23a74a48df3de4bfba268824d /indra/newview/skins/default/xui/en/menu_script_chiclet.xml
parent28c705fd1cc704ebff91339f87671337bd8987b9 (diff)
MAINT-6018 Open URL dialog spam
Added the ability to close all notifications from one owner at once
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_script_chiclet.xml')
-rwxr-xr-xindra/newview/skins/default/xui/en/menu_script_chiclet.xml8
1 files changed, 8 insertions, 0 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 db29d9cebc..ceeef1cd46 100755
--- a/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
+++ b/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
@@ -16,4 +16,12 @@
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>