GUI: Enable missing translations for audio device selection

This commit is contained in:
Lothar Serra Mari 2021-04-10 19:08:50 +02:00
parent 15f1182ca9
commit f91435ca8d

View File

@ -1392,7 +1392,7 @@ void OptionsDialog::addAudioControls(GuiObject *boss, const Common::String &pref
// marked as General MIDI device.
|| (deviceGuiOption.contains(GUIO_MIDIGM) && (_guioptions.contains(GUIO_MIDIMT32)))
|| d->getMusicDriverId() == "auto" || d->getMusicDriverId() == "null") // always add default and null device
_midiPopUp->appendEntry(d->getCompleteName(), d->getHandle());
_midiPopUp->appendEntry(_(d->getCompleteName()), d->getHandle());
}
}