From: phasefx Date: Tue, 26 Jul 2005 23:44:50 +0000 (+0000) Subject: kinder, gentler, error sfx X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6e74a2093ae56ae327a288c0029da923fdf32d37;p=Evergreen.git kinder, gentler, error sfx git-svn-id: svn://svn.open-ils.org/ILS/trunk@1524 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/sound.js b/Evergreen/staff_client/chrome/content/evergreen/util/sound.js index 012ce3d280..0bbe09bb06 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/sound.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/sound.js @@ -12,7 +12,7 @@ function snd_bad() { } function snd_really_bad() { - mw.G.sound.play( xp_url_init('chrome://evergreen/skin/media/sounds/die.wav') ); + mw.G.sound.play( xp_url_init('chrome://evergreen/skin/media/sounds/gong.wav') ); } function snd_good() {