EXT-1739 workaround, add "(old window)" button for legacy voice device settings so I can switch mic inputs.

master
James Cook 2009-10-27 11:59:14 -07:00
parent 13184abdc3
commit a1981aeec5
1 changed files with 13 additions and 0 deletions

View File

@ -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"