diff options
author | Richard Linden <none@none> | 2010-06-30 13:15:33 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-30 13:15:33 -0700 |
commit | 5d743c3c58b37dc6e9f261babfd5181906af752b (patch) | |
tree | b246ecd8814dc75fa86d50a6d4ca284dedb0d2f7 /indra/newview/skins/default/xui | |
parent | b6c0444ea006e890f70ee8c93c533b2c2943e25a (diff) |
EXT-8172 FIX notification of missing media plugins causes an infinite loop
reviewed by Nyx
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 88732fee7d..290c8c55a9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4886,6 +4886,10 @@ If you want to view streaming media on parcels that support it you should go to persist="true" 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" |