diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-18 18:41:14 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-18 18:41:14 +0200 |
commit | 216726dd23ef925f5bd6cccbdeb09cfca5400a7a (patch) | |
tree | 030b774f82193719f5358b254d7496795974f35e /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 8083feada1b4dc047e4da995c1a6c695d99d3fc0 (diff) |
Implemented major sub-task EXT-3524 (Context menu for IM well)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index bcf006f1a0..3320a2dcce 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5761,6 +5761,17 @@ They will be blocked for a few seconds for your security. </form> </notification> + <notification + icon="alert.tga" + name="ConfirmCloseAll" + type="alertmodal"> +Are you sure you want to close all IMs? + <usetemplate + name="okcancelignore" + notext="Cancel" + yestext="Ok"/> + </notification> + <notification icon="notifytip.tga" name="AttachmentSaved" type="notifytip"> Attachment has been saved. |