summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvoiceeffect.h
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-05-22 15:24:08 +0100
committerAimee Linden <aimee@lindenlab.com>2010-05-22 15:24:08 +0100
commit05157c9985d955bb62c9ef897cee6298500c762d (patch)
treefe1868c53959c1a4f1fb90bb7407c511ea9950b2 /indra/newview/llpanelvoiceeffect.h
parent2e79f84155535991cdb9eccad80e14c7fa1d7ac6 (diff)
EXT-7138 WIP Voice Morphing
Updated "Preview Voice Morphing" and "Get Voice Morphing" items in the Voice Effect combo
Diffstat (limited to 'indra/newview/llpanelvoiceeffect.h')
-rw-r--r--indra/newview/llpanelvoiceeffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelvoiceeffect.h b/indra/newview/llpanelvoiceeffect.h
index 3ecdcb0d8a..008123a4e4 100644
--- a/indra/newview/llpanelvoiceeffect.h
+++ b/indra/newview/llpanelvoiceeffect.h
@@ -62,8 +62,8 @@ private:
typedef enum e_voice_effect_combo_items
{
NO_VOICE_EFFECT = 0,
- GET_VOICE_EFFECTS = 1,
- PREVIEW_VOICE_EFFECTS = 2
+ PREVIEW_VOICE_EFFECTS = 1,
+ GET_VOICE_EFFECTS = 2
} EVoiceEffectComboItems;
LLComboBox* mVoiceEffectCombo;