diff options
author | richard <none@none> | 2009-11-04 12:22:06 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-04 12:22:06 -0800 |
commit | eca4416855b97ee017e55581616b8e4aa0c5e4d4 (patch) | |
tree | 0664c49a87221c5b0263d30b639502831bd58c85 /indra/newview | |
parent | 3d6e058616207b287f28ca3eee3967d06cb616ad (diff) |
reverted uniqueness constraint on mime_type errors due to bug in notifications uniqueness filtering
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 8679e87f49..babed28f10 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4629,9 +4629,6 @@ If you want to view streaming media on parcels that support it you should go to name="NoPlugin" type="notify"> No Media Plugin was found to handle the "[MIME_TYPE]" mime type. Media of this type will be unavailable. - <unique> - <context key="MIME_TYPE" /> - </unique> </notification> <notification icon="alertmodal.tga" |