[Scummvm-cvs-logs] SF.net SVN: scummvm:[42539] scummvm/trunk/engines/scumm/dialogs.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jul 16 19:44:06 CEST 2009


Revision: 42539
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42539&view=rev
Author:   lordhoto
Date:     2009-07-16 17:44:05 +0000 (Thu, 16 Jul 2009)

Log Message:
-----------
This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces instead of tabs for indentation -.-)

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/dialogs.cpp

Modified: scummvm/trunk/engines/scumm/dialogs.cpp
===================================================================
--- scummvm/trunk/engines/scumm/dialogs.cpp	2009-07-16 17:39:16 UTC (rev 42538)
+++ scummvm/trunk/engines/scumm/dialogs.cpp	2009-07-16 17:44:05 UTC (rev 42539)
@@ -641,7 +641,7 @@
 	new GUI::ButtonWidget(this, "ScummHelp.Close", "Close", kCloseCmd, 'C');
 	_prevButton->clearFlags(WIDGET_ENABLED);
 
-    _numLines = HELP_NUM_LINES;
+	_numLines = HELP_NUM_LINES;
 
 	// Dummy entries
 	for (int i = 0; i < HELP_NUM_LINES; i++) {
@@ -662,7 +662,7 @@
 
 	// Make sure than we don't have more lines than what we can fit
 	// on the space that the layout reserves for text
-    _numLines = MIN(HELP_NUM_LINES, (int)(h / lineHeight));
+	_numLines = MIN(HELP_NUM_LINES, (int)(h / lineHeight));
 
 	int keyW = w * 20 / 100;
 	int dscX = x + keyW + 32;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list