summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvoiceeffect.cpp
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-05-24 00:20:03 +0100
committerAimee Linden <aimee@lindenlab.com>2010-05-24 00:20:03 +0100
commit12171ddba3c70b73e53bf103a45779262b38c6ec (patch)
tree6c2ab671a5ee35d3f07c1ec5af2069b5cd65d350 /indra/newview/llpanelvoiceeffect.cpp
parent08e610adfa8124fa7b990f952ad3053b955b62d3 (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/llpanelvoiceeffect.cpp')
-rw-r--r--indra/newview/llpanelvoiceeffect.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelvoiceeffect.cpp b/indra/newview/llpanelvoiceeffect.cpp
index 915d547056..140feb7a54 100644
--- a/indra/newview/llpanelvoiceeffect.cpp
+++ b/indra/newview/llpanelvoiceeffect.cpp
@@ -38,6 +38,7 @@
#include "llcombobox.h"
#include "llfloaterreg.h"
#include "llpanel.h"
+#include "lltrans.h"
#include "llvoiceclient.h"
static LLRegisterPanelClassWrapper<LLPanelVoiceEffect> t_panel_voice_effect("panel_voice_effect");
@@ -98,7 +99,7 @@ void LLPanelVoiceEffect::onCommitVoiceEffect()
else if (value.asInteger() == GET_VOICE_EFFECTS)
{
// Open the voice morphing info web page
- LLWeb::loadURL(getString("get_voice_effects_url"));
+ LLWeb::loadURL(LLTrans::getString("voice_morphing_url"));
}
else
{