diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-10 13:58:58 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-10 17:00:22 +0300 |
commit | 2542a3ed795d3a7ac664e0ca7ec4b5d8108dfce8 (patch) | |
tree | 2dda4fe800263a32213f8b2d74ea5cc778e3104d /indra/newview/llstartup.cpp | |
parent | 1598a368cd56d9129ce9b9ce6819ec508f4d7253 (diff) |
SL-11445 Provide 'name' for Pulse Audio
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index cb76ac6f74..56e8000400 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -650,7 +650,7 @@ bool idle_startup() #else void* window_handle = NULL; #endif - bool init = gAudiop->init(kAUDIO_NUM_SOURCES, window_handle); + bool init = gAudiop->init(kAUDIO_NUM_SOURCES, window_handle, LLAppViewer::instance()->getSecondLifeTitle()); if(init) { gAudiop->setMuted(TRUE); |