diff options
author | Richard Linden <none@none> | 2010-12-08 16:53:37 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-12-08 16:53:37 -0800 |
commit | e17eea11a8befd5c09a0975a1b7b7ec6bb667368 (patch) | |
tree | 3dbcddfd9678e2e0554691bf50fce1023d4b5fca | |
parent | e7cd5f7e614e9884398d505a47376188c693d685 (diff) |
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
-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 |