mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
GUI: Enable missing translations for audio device selection
This commit is contained in:
parent
15f1182ca9
commit
f91435ca8d
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user