summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_voice_effect.xml
blob: dac2f5ebed0feb0f425d388149ae2cb93feb7400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="all"
 height="26"
 layout="topleft"
 name="panel_voice_effect"
 width="200">
  <string name="no_voice_effect">
    No Voice Effect
  </string>
  <string name="get_voice_effects_url">
    https://secondlife.com/my/account/voice.php
  </string>
  <string name="get_voice_effects">
    Add voice effects  ▶
  </string>
  <string name="preview_voice_effects">
    Preview  ▶
  </string>
  <combo_box
   enabled="false"
   follows="left|top|right"
   height="23"
   name="voice_effect"
   top_pad="0"
   width="200">
    <combo_box.item
     label="No Voice Effect"
     name="no_voice_effect"
	 top_pad="0"
     value="0" />
    <combo_box.commit_callback
     function="Voice.CommitVoiceEffect" />
  </combo_box>
</panel>