From 32d294960eed61a25896c06fa122a616eef081e7 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Thu, 16 Sep 2010 00:42:37 -0700
Subject: [PATCH] added duration and icon to PopupAttempt notification

---
 indra/newview/skins/default/xui/en/notifications.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 4b11e68252b..59fcd3513e8 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?><notifications>
-
-  <global name="skipnexttime">
+    <global name="skipnexttime">
 
 		Don&apos;t show me this again
   </global>
@@ -2033,8 +2032,8 @@ Offer friendship to [NAME]?
   </notification>
 
   <notification
-   icon="alertmodal.tga"
-   label="Add Friend"
+ icon="alertmodal.tga"
+ label="Add Friend"
    name="AddFriendWithMessage"
    type="alertmodal">
 Friends can give permissions to track each other on the map and receive online status updates.
@@ -6454,7 +6453,10 @@ Mute everyone?
 
   <notification
   name="PopupAttempt"
-  type="browser">
+  icon="Popup_Caution"
+  type="browser"
+  duration="10"
+  >
     A pop-up was prevented from opening.
     <unique/>
     <form name="form">
-- 
GitLab