diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 51260c98cd23f7db0f0b2c62b9631d1562eecb98..f66b3ba8051f10ec1ef593d51e1874f90183ee86 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);