diff options
| -rwxr-xr-x | doc/contributions.txt | 1 | ||||
| -rwxr-xr-x | indra/newview/llviewermessage.cpp | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/doc/contributions.txt b/doc/contributions.txt index 89390d9977..d1147394f8 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -691,6 +691,7 @@ Jonathan Yap  	STORM-1987  	STORM-1986  	STORM-1981 +	STORM-2015  Kadah Coba  	STORM-1060      STORM-1843 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); | 
