diff options
author | McCabe Maxsted | 2010-09-15 03:58:03 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-15 08:16:39 -0700 |
commit | 0acb4dcea8e312a25fde92436413e7ac69b8b1a5 (patch) | |
tree | 12a004cee9ab2ee0491cbdb211a32ae8c8cd25d0 /linden/indra/newview/skins | |
parent | First commit in the long overhaul of making spell check consistent and workab... (diff) | |
download | meta-impy-0acb4dcea8e312a25fde92436413e7ac69b8b1a5.zip meta-impy-0acb4dcea8e312a25fde92436413e7ac69b8b1a5.tar.gz meta-impy-0acb4dcea8e312a25fde92436413e7ac69b8b1a5.tar.bz2 meta-impy-0acb4dcea8e312a25fde92436413e7ac69b8b1a5.tar.xz |
Removed unused panel_voice_options.xml file
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml b/linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml deleted file mode 100644 index 4c6edfd..0000000 --- a/linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="false" bottom="36" height="240" left="8" name="content_panel" | ||
3 | width="404"> | ||
4 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" embedded_items="false" | ||
5 | enabled="false" font="SansSerifSmall" height="30" hide_border="true" | ||
6 | hide_scrollbar="true" left_delta="0" max_length="65535" | ||
7 | name="voice_intro_text1" tab_stop="false" width="414" word_wrap="true"> | ||
8 | Use the options below to configure your Voice Chat experience. | ||
9 | </text_editor> | ||
10 | <radio_group bottom_delta="-40" draw_border="false" follows="left|top" height="40" left="10" | ||
11 | name="ear_location" width="364"> | ||
12 | <radio_item type="string" length="1" bottom="-19" follows="left|top" height="16" left="3" name="0" width="315"> | ||
13 | Hear Voice Chat from camera position. | ||
14 | </radio_item> | ||
15 | <radio_item type="string" length="1" bottom="-35" follows="left|top" height="16" left="3" name="1" width="315"> | ||
16 | Hear Voice Chat from avatar position. | ||
17 | </radio_item> | ||
18 | </radio_group> | ||
19 | <check_box bottom_delta="-20" control_name="VoiceCallsFriendsOnly" follows="left|top" | ||
20 | font="SansSerifSmall" height="16" initial_value="false" | ||
21 | label="Only allow Friends to initiate Voice Calls with me" left="20" | ||
22 | left_delta="2" name="friends_only_check" width="200" /> | ||
23 | <check_box bottom_delta="-20" control_name="PushToTalkToggle" follows="left|top" | ||
24 | font="SansSerifSmall" height="16" initial_value="false" | ||
25 | label="Use Push-to-Talk in toggle mode" left_delta="0" | ||
26 | name="push_to_talk_toggle_check" width="200" /> | ||
27 | <text type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-20" | ||
28 | embedded_items="false" follows="left|top" font="SansSerifSmall" height="16" | ||
29 | hide_border="true" hide_scrollbar="true" left_delta="4" max_length="65535" | ||
30 | name="push_to_talk_label" width="445" word_wrap="true"> | ||
31 | Push-to-Talk trigger: | ||
32 | </text> | ||
33 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="-20" | ||
34 | control_name="PushToTalkButton" drop_shadow_visible="true" enabled="false" | ||
35 | follows="top|left" font="SansSerifSmall" halign="right" height="19" | ||
36 | left_delta="0" max_length="254" name="modifier_combo" width="280" /> | ||
37 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" | ||
38 | height="20" label="Set Key" left_delta="0" name="set_voice_hotkey_button" | ||
39 | width="115" /> | ||
40 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | ||
41 | height="20" label="Middle Mouse Button" left_delta="120" | ||
42 | name="set_voice_middlemouse_button" width="160" /> | ||
43 | </panel> | ||