diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-30 14:50:57 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-30 14:50:57 +0200 |
commit | 3a50996058b3892fccb0196db23f8c36d5573b70 (patch) | |
tree | 681d76ff701a2d90e0a06c46d0fb905a36c3a29e /indra/newview/skins/default/xui/en | |
parent | 8f30d5f20413eac9356a84647dfb051cc02e3ba3 (diff) |
Fixed normal bug EXT-3643 - Make Friend Offer dialog a modal alert.
Added "Start IM" option to "OfferFriendship" notification.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9d3c31c4e6..95a7374e7b 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5121,6 +5121,10 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [O index="1" name="Decline" text="Decline"/> + <button + index="2" + name="Send IM" + text="Send IM"/> </form> </notification> |