summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-11-05 17:57:56 -0500
committerJonathan Yap <none@none>2013-11-05 17:57:56 -0500
commit21ff4de02669f04ca9afec8d3f5aa0b68864fd13 (patch)
tree5c5ad2ba7640475e8fc4f224a3dc491b57079f28 /indra/newview/llviewermessage.cpp
parent7d4deed8bef62cee1fc782a9676505136b231412 (diff)
STORM-1980/1983 Revert previous change
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-xindra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 51260c98cd..f66b3ba805 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -5973,7 +5973,7 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem)
LLStringUtil::format(timeStr, substitution);
llsdBlock["TIME"] = timeStr;
- send_sound_trigger(LLUUID("4b315701-1972-9e23-cdd8-23cbc8cb0f42"), 1.0f);
+ send_sound_trigger(LLUUID(gSavedSettings.getString("UISndAlert")), 1.0f);
}
LLNotificationsUtil::add(notificationID, llsdBlock);