diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-23 02:22:48 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-23 02:22:48 +0100 |
commit | 1ebbe196910110eb51497f272abde277f8f0f69a (patch) | |
tree | f3b9ad65823adfb1ce355a5bafbc472915fbbae1 /indra/newview/skins/default | |
parent | 32826f31ebfe19f57a1d8cc7c2f3e81df9b5de74 (diff) |
EXT-7337 WIP Voice morph previewing
Separate Play and Stop callbacks, to allow single click previews in the effect list.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_voice_effect.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_voice_effect.xml b/indra/newview/skins/default/xui/en/floater_voice_effect.xml index d869f6c610..9a6c21c7f2 100644 --- a/indra/newview/skins/default/xui/en/floater_voice_effect.xml +++ b/indra/newview/skins/default/xui/en/floater_voice_effect.xml @@ -153,7 +153,7 @@ top_delta="0" width="135"> <button.commit_callback - function="VoiceEffect.Record" /> + function="VoiceEffect.Stop" /> </button> <button follows="left|bottom" @@ -177,6 +177,6 @@ top_delta="0" width="135"> <button.commit_callback - function="VoiceEffect.Play" /> + function="VoiceEffect.Stop" /> </button> </floater> |