diff -r abd84f85d848 -r 21f4fa6a47b5 indra/newview/llfloatervoiceeffect.cpp
--- a/indra/newview/llfloatervoiceeffect.cpp Wed Jul 27 20:12:37 2011 -0400
+++ b/indra/newview/llfloatervoiceeffect.cpp Fri Jul 29 16:49:18 2011 +0300
@@ -145,7 +145,7 @@ void LLFloaterVoiceEffect::refreshEffect
for (voice_effect_list_t::const_iterator it = template_list.begin(); it != template_list.end(); ++it)
{
const LLUUID& effect_id = it->second;
- std::string effect_name = it->first;
+ std::string effect_name = getString("effect_" + it->first); // will throw an error if the effect is not listed in the XML
LLSD effect_properties = effect_interface->getVoiceEffectProperties(effect_id);
diff -r abd84f85d848 -r 21f4fa6a47b5 indra/newview/skins/default/xui/en/floater_voice_effect.xml
--- a/indra/newview/skins/default/xui/en/floater_voice_effect.xml Wed Jul 27 20:12:37 2011 -0400
+++ b/indra/newview/skins/default/xui/en/floater_voice_effect.xml Fri Jul 29 16:49:18 2011 +0300
@@ -25,6 +25,46 @@
(New!)
+
+
+ Arena
+ Beast
+ Buff
+ Buzz
+ Camille
+ Creepy
+ CreepyBot
+ Cyber
+ DeepBot
+ Demon
+ Flirty
+ Foxy
+ Halloween_2010_Bonus
+ Helium
+ Husky
+ Intercom
+ Macho
+ Micro
+ Mini
+ Nano
+ Nightmare
+ PopBot
+ Rachel
+ Radio
+ Robot
+ Roxanne
+ Sabrina
+ Samantha
+ Sexy
+ Shorty
+ Sneaky
+ Stallion
+ Sultry
+ Thunder
+ Vixen
+ WhinyBot
+
+