aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelaudiovolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelaudiovolume.cpp')
-rw-r--r--linden/indra/newview/llpanelaudiovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelaudiovolume.cpp b/linden/indra/newview/llpanelaudiovolume.cpp
index e5bc9c5..9a66366 100644
--- a/linden/indra/newview/llpanelaudiovolume.cpp
+++ b/linden/indra/newview/llpanelaudiovolume.cpp
@@ -88,7 +88,7 @@ void LLPanelAudioVolume::draw()
88void LLPanelAudioVolume::onCommitVolumeChange(LLUICtrl* ctrl, void* user_data) 88void LLPanelAudioVolume::onCommitVolumeChange(LLUICtrl* ctrl, void* user_data)
89{ 89{
90 // unmute various audio sources when user changes volume 90 // unmute various audio sources when user changes volume
91 LLString control_name = ctrl->getControlName(); 91 std::string control_name = ctrl->getControlName();
92 if (control_name == "AudioLevelMaster") 92 if (control_name == "AudioLevelMaster")
93 { 93 {
94 gSavedSettings.setBOOL("MuteAudio", FALSE); 94 gSavedSettings.setBOOL("MuteAudio", FALSE);