diff options
author | tamland <thomas.amland@gmail.com> | 2015-04-18 13:18:53 +0200 |
---|---|---|
committer | tamland <thomas.amland@gmail.com> | 2015-04-18 13:18:53 +0200 |
commit | 456eade6c52b7fe60aa5778d144d4eb396697a36 (patch) | |
tree | 3164b4a339afc8d13bdcb0ac309c173c95003dc0 /system | |
parent | d81fd7161a5bb3f481be71d6c4c3dcc00dbd6bf4 (diff) | |
parent | 78de2fdacfd3e94ba12fa6da78a7da219239070c (diff) |
Merge pull request #6557 from tamland/uisound_addons
UI sounds addons
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 1f662851f8..3940ca828f 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -81,13 +81,16 @@ </setting> <setting id="lookandfeel.soundskin" type="string" label="15108" help="36110"> <level>0</level> - <default>SKINDEFAULT</default> + <default>resource.uisounds.confluence</default> <constraints> <options>skinsounds</options> </constraints> <dependencies> <dependency type="update" setting="lookandfeel.skin" /> </dependencies> + <updates> + <update type="change" /> + </updates> <control type="list" format="string" /> </setting> </group> |