diff options
author | Jonathan Yap <none@none> | 2013-11-06 15:11:11 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-11-06 15:11:11 -0500 |
commit | 662efccfb821c2bf61c286aeec97563d7f95a9f8 (patch) | |
tree | a8f2fcb24c534e4b0253c81cf2e642c85dfbb974 /indra/newview/llviewermessage.cpp | |
parent | 21ff4de02669f04ca9afec8d3f5aa0b68864fd13 (diff) |
STORM-1980/1983 Add debug setting UISndRestart and value. This UUID will need to
be replaced with an official UUID once one has been established.
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index f66b3ba805..48bfdc03ac 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(gSavedSettings.getString("UISndAlert")), 1.0f); + send_sound_trigger(LLUUID(gSavedSettings.getString("UISndRestart")), 1.0f); } LLNotificationsUtil::add(notificationID, llsdBlock); |