diff options
author | Richard Linden <none@none> | 2010-12-08 16:40:56 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-12-08 16:40:56 -0800 |
commit | e7cd5f7e614e9884398d505a47376188c693d685 (patch) | |
tree | e152928670f79158d4eab45b5d55ae7bf43949b1 /indra/newview | |
parent | ca2141ce90d484284bf57d72feb82e290958b061 (diff) |
EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed when using orbit pan zoom tools.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/notification_visibility.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notification_visibility.xml b/indra/newview/skins/default/xui/en/notification_visibility.xml index d32066a5a5..e1973f926f 100644 --- a/indra/newview/skins/default/xui/en/notification_visibility.xml +++ b/indra/newview/skins/default/xui/en/notification_visibility.xml @@ -1,6 +1,7 @@ <?xml version="1.0" ?> <notification_visibility> <hide name="HintMoveArrows"/> + <hide name="HintView"/> <show/> </notification_visibility> |