diff options
| author | Richard Linden <none@none> | 2011-03-01 12:34:53 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-03-01 12:34:53 -0800 | 
| commit | b3e103379c088172132a9b32fd861a5d7dc5a538 (patch) | |
| tree | 5ea985d7842fd7a4072a07aed6b49e6763686b3b /indra | |
| parent | fd789c5ba41bfc34289cd58013681c4d2bc421de (diff) | |
SOCIAL-614 FIX Notifications that prompt user to launch secondlife.com are not shown in minimal skin
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9553679c0e..8eb745e489 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5964,6 +5964,7 @@ An object named <nolink>[OBJECTFROMNAME]</nolink> owned by [NAME_SLU  [NAME_SLURL] has offered to teleport you to their location:  [MESSAGE] - [MATURITY_STR] <icon>[MATURITY_ICON]</icon> +    <tag>confirm</tag>      <form name="form">        <button         index="0" @@ -6008,6 +6009,7 @@ An object named <nolink>[OBJECTFROMNAME]</nolink> owned by [NAME_SLU     name="OfferFriendship"     type="offer">      <tag>friendship</tag> +    <tag>confirm</tag>  [NAME_SLURL] is offering friendship.  [MESSAGE] | 
