diff options
author | Richard Linden <none@none> | 2010-09-16 17:55:28 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-16 17:55:28 -0700 |
commit | 2dc14c66d4f50dfe4d140b5630cadf2febcee09d (patch) | |
tree | 5abaa6a86e3ca6a9541cd1db560d34179e1df257 /indra/newview | |
parent | 57d4e7261d2a451f2066b68e163d6632fcac246e (diff) |
fix for all notifications being ignored by default
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9d947480b3..d206313185 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6460,7 +6460,8 @@ Mute everyone? A pop-up was prevented from opening. <form name="form"> <ignore name="ignore" - control="MediaEnablePopups" + control="MediaEnablePopups" + invert_control="false" text="Enable all pop-ups"/> <button default="true" index="0" |