[Scummvm-git-logs] scummvm master -> 2d641f8ab343e1f7df0099edee8228fb338025c5
criezy
criezy at scummvm.org
Sat Nov 14 14:42:39 UTC 2020
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:
2d641f8ab3 GUI: One more minor change to test weblate updates
Commit: 2d641f8ab343e1f7df0099edee8228fb338025c5
https://github.com/scummvm/scummvm/commit/2d641f8ab343e1f7df0099edee8228fb338025c5
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-11-14T14:42:24Z
Commit Message:
GUI: One more minor change to test weblate updates
Changed paths:
gui/options.cpp
diff --git a/gui/options.cpp b/gui/options.cpp
index e4c888f42e..b27a36300c 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2112,7 +2112,6 @@ void GlobalOptionsDialog::addMiscControls(GuiObject *boss, const Common::String
if (ConfMan.hasKey("gui_use_game_language")) {
_guiLanguageUseGameLanguageCheckbox->setState(ConfMan.getBool("gui_use_game_language", _domain));
}
-
#endif // USE_TRANSLATION
if (g_system->hasFeature(OSystem::kFeatureSystemBrowserDialog)) {
More information about the Scummvm-git-logs
mailing list