diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-12-30 14:28:15 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-12-30 14:28:15 +0200 |
commit | 67231c854e317e4439d350d7ea97245402b88b1c (patch) | |
tree | a5e7bca71b71795e5b86327f6a5499e53518d416 /indra | |
parent | e70ca1c391d0338b7a1cccd1d02e4532268e65f7 (diff) |
BUG STORM-513 "Allow media to auto - play" check-box is enable after Media check-box was unchecked
- Now if "Media" check-box is unchecked, "Allow media to auto - play" check-box is disabled too.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_sound.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml index da366f30ae..f0ce8b849a 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml @@ -296,6 +296,7 @@ <check_box name="media_auto_play_btn" control_name="ParcelMediaAutoPlayEnable" + enabled_control="AudioStreamingMedia" value="true" follows="left|bottom|right" height="15" |