mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
DeviceToolBar fix typo based bug in last commit
This commit is contained in:
@@ -634,7 +634,7 @@ void DeviceToolBar::FillHostDevices()
|
|||||||
if (foundHostIndex == mOutputDeviceSourceMaps[i].hostIndex) {
|
if (foundHostIndex == mOutputDeviceSourceMaps[i].hostIndex) {
|
||||||
mOutput->Append(MakeDeviceSourceString(&mOutputDeviceSourceMaps[i]));
|
mOutput->Append(MakeDeviceSourceString(&mOutputDeviceSourceMaps[i]));
|
||||||
if (host == wxT("")) {
|
if (host == wxT("")) {
|
||||||
host = mInputDeviceSourceMaps[i].hostString;
|
host = mOutputDeviceSourceMaps[i].hostString;
|
||||||
gPrefs->Write(wxT("/AudioIO/Host"), host);
|
gPrefs->Write(wxT("/AudioIO/Host"), host);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user