diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 00:20:03 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 00:20:03 +0100 |
commit | 12171ddba3c70b73e53bf103a45779262b38c6ec (patch) | |
tree | 6c2ab671a5ee35d3f07c1ec5af2069b5cd65d350 /indra/newview/llfloatervoiceeffect.cpp | |
parent | 08e610adfa8124fa7b990f952ad3053b955b62d3 (diff) |
EXT-7336 WIP Move the Voice Morphing marketing URL into strings.xml so it can be used in notifications as well.
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.cpp')
-rw-r--r-- | indra/newview/llfloatervoiceeffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatervoiceeffect.cpp b/indra/newview/llfloatervoiceeffect.cpp index 38c419ab24..e30a50fab7 100644 --- a/indra/newview/llfloatervoiceeffect.cpp +++ b/indra/newview/llfloatervoiceeffect.cpp @@ -282,7 +282,7 @@ void LLFloaterVoiceEffect::onClickStop() void LLFloaterVoiceEffect::onClickAdd() { // Open the voice morphing info web page - LLWeb::loadURL(getString("get_voice_effects_url")); + LLWeb::loadURL(LLTrans::getString("voice_morphing_url")); } //void LLFloaterVoiceEffect::onClickActivate() |