diff options
author | Richard Linden <none@none> | 2010-10-05 14:31:07 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-05 14:31:07 -0700 |
commit | ff81c6c529ce2c7216ee2cd5aa60b7a232792fec (patch) | |
tree | a6a5a795f9e0ed6bf00ae8e79510c0d50ecff735 /indra/newview/skins | |
parent | 3081f89744ab527af4c843bdf898654d4ba87b57 (diff) |
changed format of notification_visibility rules to be cleaner
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notification_visibility.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notification_visibility.xml b/indra/newview/skins/default/xui/en/notification_visibility.xml index cb36890fe6..ea32a83b83 100644 --- a/indra/newview/skins/default/xui/en/notification_visibility.xml +++ b/indra/newview/skins/default/xui/en/notification_visibility.xml @@ -1,5 +1,5 @@ <?xml version="1.0" ?> <notification_visibility> - <rule visible="true"/> + <show/> </notification_visibility> |