/indra/newview/skins/default/xui/en/panel_voice_effect.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 33 lines · 33 code · 0 blank · 0 comment · 0 complexity · 60c44781cf32a84638d9ca642846749d MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="all"
  4. height="26"
  5. layout="topleft"
  6. name="panel_voice_effect"
  7. width="200">
  8. <string name="no_voice_effect">
  9. Voice Morphing Off
  10. </string>
  11. <string name="preview_voice_effects">
  12. Preview Voice Morphing ?
  13. </string>
  14. <string name="get_voice_effects">
  15. Get Voice Morphing ?
  16. </string>
  17. <combo_box
  18. enabled="false"
  19. follows="left|top|right"
  20. height="23"
  21. name="voice_effect"
  22. tool_tip="Select a Voice Morph to change your voice"
  23. top_pad="0"
  24. width="200">
  25. <combo_box.item
  26. label="Voice Morphing Off"
  27. name="no_voice_effect"
  28. top_pad="0"
  29. value="0" />
  30. <combo_box.commit_callback
  31. function="Voice.CommitVoiceEffect" />
  32. </combo_box>
  33. </panel>