diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-05 20:20:09 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-05 20:20:09 +0200 |
commit | 62014dd4238781c709848fbc722a6a2d02258ef0 (patch) | |
tree | 7c747486bd390eadd985e5339c52edc782f42517 /indra/newview/skins/default | |
parent | bea3042c48ace1ca35164efa74ba95ae6e29d3ba (diff) |
Fixed bug EXT-3791 (No feedback provided when offering teleport): the offer is now logged to the IM history.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 95a7374e7b..6d5f0bedb0 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5087,6 +5087,14 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [O <notification icon="notify.tga" + name="TeleportOfferSent" + type="offer"> + Teleport offer sent to [TO_NAME] + </notification> + + + <notification + icon="notify.tga" name="GotoURL" type="notify"> [MESSAGE] |