diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 03:00:29 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 03:00:29 +0100 |
commit | 40e240fe61fe8ff989ac906969946d22a186bcf2 (patch) | |
tree | 515763bcc9354b38a18dc8fc63af7e7569a3183b /indra/newview/llvoiceclient.cpp | |
parent | 15c3b2c6309fa4b45376f3d62e33bfcd3ccdbfc7 (diff) |
EXT-7138 WIP Renamed VoiceEffectEnabled debug setting to VoiceMorphingEnabled.
Hide Me->My Voice menu item when VoiceMorphing is disabled.
Removed temporary VoiceFontsAvailable debug setting.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index d44b47707e..3a51f51c52 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -115,7 +115,7 @@ std::string LLVoiceClientStatusObserver::status2string(LLVoiceClientStatusObserv LLVoiceClient::LLVoiceClient() : mVoiceModule(NULL), - mVoiceEffectEnabled(LLCachedControl<bool>(gSavedSettings, "VoiceEffectEnabled")), + mVoiceEffectEnabled(LLCachedControl<bool>(gSavedSettings, "VoiceMorphingEnabled")), mVoiceEffectDefault(LLCachedControl<std::string>(gSavedPerAccountSettings, "VoiceEffectDefault")) { } |