diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-13 14:59:27 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-13 14:59:27 +0100 |
commit | 200889bd4b2bef9812051ea644d229d1b40faf30 (patch) | |
tree | 36feb16f014b536d52ce3727e96a6812b1340ebb /indra | |
parent | 9cec4bdd696f145d78f564ea4e94cd58db3984d4 (diff) |
EXT-7336 WIP Open the Voice Morphing marketing page from the voice font UI
Temporarily points at https://secondlife.com/my/account/voice.php until a proper URL is allocated.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelvoiceeffect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelvoiceeffect.cpp b/indra/newview/llpanelvoiceeffect.cpp index 4de1fffef9..4d694c1be0 100644 --- a/indra/newview/llpanelvoiceeffect.cpp +++ b/indra/newview/llpanelvoiceeffect.cpp @@ -92,6 +92,7 @@ void LLPanelVoiceEffect::onCommitVoiceEffect() if (value.asInteger() == GET_VOICE_EFFECTS) { LL_DEBUGS("Voice") << "GET VOICE FONTS!" << LL_ENDL; + LLWeb::loadURL(getString("get_voice_effects_url")); } else if (value.asInteger() == PREVIEW_VOICE_EFFECTS) { |