[Scummvm-git-logs] scummvm master -> 8327daa81fa6a8a3e01788133aefe838ca69269e

criezy criezy at scummvm.org
Sat Nov 14 14:01:22 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:
8327daa81f GUI: Minor space change to test weblate pot file update


Commit: 8327daa81fa6a8a3e01788133aefe838ca69269e
    https://github.com/scummvm/scummvm/commit/8327daa81fa6a8a3e01788133aefe838ca69269e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-11-14T13:59:50Z

Commit Message:
GUI: Minor space change to test weblate pot file update

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index d2d4af7d66..d7c2bcc9ff 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2129,7 +2129,6 @@ void GlobalOptionsDialog::addMiscControls(GuiObject *boss, const Common::String
 	_updatesPopUp = new PopUpWidget(boss, prefix + "UpdatesPopup");
 
 	const int *vals = Common::UpdateManager::getUpdateIntervals();
-
 	while (*vals != -1) {
 		_updatesPopUp->appendEntry(Common::UpdateManager::updateIntervalToString(*vals), *vals);
 		vals++;




More information about the Scummvm-git-logs mailing list