diff options
author | Oz Linden <oz@lindenlab.com> | 2014-03-04 11:55:42 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-03-04 11:55:42 -0500 |
commit | ef794e7ffcfbf672e7115fc91f45f0e8340fdad5 (patch) | |
tree | 86c967eeb773ae46c191ae3dde1a02a89ca4b1b5 /indra/newview/llviewermessage.cpp | |
parent | dfbc6c65f665f5c550581b77aeb7c308181fd8d8 (diff) | |
parent | 199e65a6c5584dfcdd24d6885dd9b19bf0af953a (diff) |
merge changes for storm-2015
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 267aa9532c..d1524b74cd 100755 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5985,7 +5985,7 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem) } } - send_sound_trigger(LLUUID(gSavedSettings.getString("UISndRestart")), 1.0f); + make_ui_sound("UISndRestart"); } LLNotificationsUtil::add(notificationID, llsdBlock); |