[Scummvm-git-logs] scummvm master -> fb30dd436222243e67d009a1ae1ad616f75ea11e

sev- sev at scummvm.org
Sun Oct 15 20:55:38 CEST 2017


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:
fb30dd4362 GUI: Cleanup


Commit: fb30dd436222243e67d009a1ae1ad616f75ea11e
    https://github.com/scummvm/scummvm/commit/fb30dd436222243e67d009a1ae1ad616f75ea11e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-10-15T20:55:31+02:00

Commit Message:
GUI: Cleanup

Changed paths:
    gui/updates-dialog.cpp


diff --git a/gui/updates-dialog.cpp b/gui/updates-dialog.cpp
index be72023..0f933bf 100644
--- a/gui/updates-dialog.cpp
+++ b/gui/updates-dialog.cpp
@@ -83,13 +83,11 @@ UpdatesDialog::UpdatesDialog() : Dialog(30, 20, 260, 124) {
 
 	y += kLineHeight;
 
-
 	const char *updMessage = _("Update check:");
 
 	int updatelineWidth = g_gui.getFont().wordWrapText(updMessage, screenW - 2 * 20, lines3) + 5;
 
-	new StaticTextWidget(this, 10, y, maxlineWidth, kLineHeight,
-							lines3[0], Graphics::kTextAlignLeft);
+	new StaticTextWidget(this, 10, y, maxlineWidth, kLineHeight, lines3[0], Graphics::kTextAlignLeft);
 
 	_updatesPopUp = new PopUpWidget(this, 10 + updatelineWidth, y, _w - 20 - updatelineWidth, g_gui.xmlEval()->getVar("Globals.PopUp.Height", kLineHeight));
 





More information about the Scummvm-git-logs mailing list