[Scummvm-git-logs] scummvm master -> f91435ca8db82df1d2c96985f0dcb5bbb601b4fb
lotharsm
mail at serra.me
Sat Apr 10 17:09:34 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f91435ca8d GUI: Enable missing translations for audio device selection
Commit: f91435ca8db82df1d2c96985f0dcb5bbb601b4fb
https://github.com/scummvm/scummvm/commit/f91435ca8db82df1d2c96985f0dcb5bbb601b4fb
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-04-10T19:09:11+02:00
Commit Message:
GUI: Enable missing translations for audio device selection
Changed paths:
gui/options.cpp
diff --git a/gui/options.cpp b/gui/options.cpp
index c035185a62..4c10220365 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -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());
}
}
More information about the Scummvm-git-logs
mailing list