1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

DeviceToolBar fix typo based bug in last commit

This commit is contained in:
mchinen 2011-01-29 17:36:46 +00:00
parent efb6f2e584
commit ed20efb357

View File

@ -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);
}
}