From ed20efb3577ce2db58f02c8103c7a4607b698951 Mon Sep 17 00:00:00 2001 From: mchinen Date: Sat, 29 Jan 2011 17:36:46 +0000 Subject: [PATCH] DeviceToolBar fix typo based bug in last commit --- src/toolbars/DeviceToolBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/DeviceToolBar.cpp b/src/toolbars/DeviceToolBar.cpp index d681eff23..61475081e 100644 --- a/src/toolbars/DeviceToolBar.cpp +++ b/src/toolbars/DeviceToolBar.cpp @@ -634,7 +634,7 @@ void DeviceToolBar::FillHostDevices() if (foundHostIndex == mOutputDeviceSourceMaps[i].hostIndex) { mOutput->Append(MakeDeviceSourceString(&mOutputDeviceSourceMaps[i])); if (host == wxT("")) { - host = mInputDeviceSourceMaps[i].hostString; + host = mOutputDeviceSourceMaps[i].hostString; gPrefs->Write(wxT("/AudioIO/Host"), host); } }