summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-12-18 13:39:18 -0500
committerOz Linden <oz@lindenlab.com>2013-12-18 13:39:18 -0500
commit02afa9cfb050fbc23f5de89bd0adcdc0fb832dea (patch)
tree8d8b0c5cd7aea3fd04b8341b67137cc254c52012 /indra/newview
parent410a084f9a2e030efda635f5a51280b599ab7f78 (diff)
STORM-1980: set new region restart sound uuid
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/app_settings/settings.xml2
-rwxr-xr-xindra/newview/llvieweraudio.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index abe7b95266..b6b9f40db7 100755
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -12641,7 +12641,7 @@
<key>Type</key>
<string>String</string>
<key>Value</key>
- <string>4b315701-1972-9e23-cdd8-23cbc8cb0f42</string>
+ <string>b92a0f64-7709-8811-40c5-16afd624a45f</string>
</map>
<key>UISndSnapshot</key>
<map>
diff --git a/indra/newview/llvieweraudio.cpp b/indra/newview/llvieweraudio.cpp
index 3da934b148..826d296117 100755
--- a/indra/newview/llvieweraudio.cpp
+++ b/indra/newview/llvieweraudio.cpp
@@ -368,6 +368,7 @@ void init_audio()
gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndTyping")));
gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndWindowClose")));
gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndWindowOpen")));
+ gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndRestart")));
}
audio_update_volume(true);