diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-11 03:24:36 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-11 03:24:36 +0200 |
commit | 30446d6afc974ff07bde69b0f969bc5fbd3902ef (patch) | |
tree | ce9fd9c39ebfb403c3de88ec8973e37024a570ab /indra/newview/skins/default/xui | |
parent | 3892685922c4a64d05f98ba12c55fe6e5bc26497 (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')
-rwxr-xr-x | indra/newview/skins/default/xui/en/menu_script_chiclet.xml | 8 |
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> |