summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-10-27 11:59:14 -0700
committerJames Cook <james@lindenlab.com>2009-10-27 11:59:14 -0700
commita1981aeec5653109d7399b87c8c8bc4162b2762c (patch)
tree6e98a8d1124d3cc2d46af50f8dcaed1110ac9b35 /indra
parent13184abdc3b7ed1801dc7e0b82b2b618c080047f (diff)
EXT-1739 workaround, add "(old window)" button for legacy voice device settings so I can switch mic inputs.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/panel_preferences_sound.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml
index 8a28719d98..b1093ba17b 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml
@@ -324,6 +324,19 @@
name="device_settings_btn"
top_pad="0"
width="155" />
+ <!-- Until new panel is hooked up to code, we need to be able to get to
+ the old window to change input devices. James -->
+ <button
+ follows="left|top"
+ label="(Old Window)"
+ name="legacy_device_window_btn"
+ left_delta="165"
+ bottom_delta="0"
+ height="20"
+ width="120"
+ commit_callback.function="Floater.Show"
+ commit_callback.parameter="pref_voicedevicesettings"
+ />
<panel
visiblity_control="ShowDeviceSettings"
border="false"