diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/notification_visibility.xml | 3 | ||||
| -rw-r--r-- | 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 e1973f926f..db292100d7 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 c1fad9050b..b1fd579c6f 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 | 
