1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Spelling fix.

This commit is contained in:
jules 2014-12-29 08:54:05 +00:00
parent 2ee8084658
commit 5d3e24b7a7

View file

@ -1087,7 +1087,7 @@ void AudioDeviceSelectorComponent::comboBoxChanged (ComboBox* comboBoxThatHasCha
deviceManager.setCurrentAudioDeviceType (type->getTypeName(), true);
updateAllControls(); // needed in case the type hasn't actally changed
updateAllControls(); // needed in case the type hasn't actually changed
}
}
else if (comboBoxThatHasChanged == midiOutputSelector)