From e17eea11a8befd5c09a0975a1b7b7ec6bb667368 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Wed, 8 Dec 2010 16:53:37 -0800
Subject: [PATCH] EXP-445 FIXED Skylight view hint shown in main viewer skin
 and not dismissed when using orbit pan zoom tools. better fix that uses tag
 to isolate all skin specific notifications

---
 .../newview/skins/default/xui/en/notification_visibility.xml  | 3 +--
 indra/newview/skins/default/xui/en/notifications.xml          | 4 +++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/notification_visibility.xml b/indra/newview/skins/default/xui/en/notification_visibility.xml
index e1973f926f7..db292100d7b 100644
--- a/indra/newview/skins/default/xui/en/notification_visibility.xml
+++ b/indra/newview/skins/default/xui/en/notification_visibility.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" ?>
 <notification_visibility>
-  <hide name="HintMoveArrows"/>
-  <hide name="HintView"/>
+  <hide tag="custom_skin"/>
 	<show/> 
 </notification_visibility>
 
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index c1fad9050be..b1fd579c6fd 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -6583,14 +6583,16 @@ Mute everyone?
   type="hint"
   unique="true">
     To walk, use the directional keys on your keyboard. You can run by pressing the Up arrow twice.
+    <tag>custom_skin</tag>
   </notification>
-  
+
   <notification
   name="HintView"
   label="View"
   type="hint"
   unique="true">
     To change your camera view, use the Orbit and Pan controls. Reset your view by pressing Escape or walking.
+    <tag>custom_skin</tag>
   </notification>
 
   <notification
-- 
GitLab