diff options
author | ronie <ronie@users.noreply.github.com> | 2016-01-22 23:47:43 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-01-22 23:49:10 +0100 |
commit | 1211e94df0290006e7bf760115e47b6efc43e17d (patch) | |
tree | 8dbc7d0416073770bcebbdc38d0d81cb1be56327 /addons/resource.uisounds.confluence | |
parent | db7d70d663a03889ede4b39a8cd806d65178109a (diff) |
rename infodialog to notification
Diffstat (limited to 'addons/resource.uisounds.confluence')
-rw-r--r-- | addons/resource.uisounds.confluence/resources/sounds.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/resource.uisounds.confluence/resources/sounds.xml b/addons/resource.uisounds.confluence/resources/sounds.xml index b774c5186c..89cb87bed8 100644 --- a/addons/resource.uisounds.confluence/resources/sounds.xml +++ b/addons/resource.uisounds.confluence/resources/sounds.xml @@ -19,7 +19,7 @@ <!-- To map a sound to a window, add a block like this to <windows>: --> <!-- <window> --> -<!-- <name>infodialog</name> --> +<!-- <name>notification</name> --> <!-- <activate>notify.wav</activate> --> <!-- <deactivate>out.wav</deactivate> --> <!-- </window> --> @@ -74,7 +74,7 @@ <windows> <window> - <name>infodialog</name> + <name>notification</name> <activate>notify.wav</activate> <deactivate>out.wav</deactivate> </window> |