[Scummvm-cvs-logs] SF.net SVN: scummvm:[35655] scummvm/trunk/gui/newgui.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jan 1 23:15:21 CET 2009


Revision: 35655
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35655&view=rev
Author:   eriktorbjorn
Date:     2009-01-01 22:15:21 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
Fixed a typo in a comment, plus some slight re-wording.

Modified Paths:
--------------
    scummvm/trunk/gui/newgui.cpp

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2009-01-01 21:52:15 UTC (rev 35654)
+++ scummvm/trunk/gui/newgui.cpp	2009-01-01 22:15:21 UTC (rev 35655)
@@ -209,10 +209,10 @@
 
 			// The top dialog can change during the event loop. In that case, flush all the
 			// dialog-related events since they were probably generated while the old dialog
-			// was still visible, and therefore note intended for the new one.
+			// was still visible, and therefore not intended for the new one.
 			//
-			// This hopefully fixes strange behaviour/crashes with pop-up widgets. (Most easy
-			// to trigger in 3x mode or when running ScummVM under Valgrind.)
+			// This hopefully fixes strange behaviour/crashes with pop-up widgets. (Most easily
+			// triggered in 3x mode or when running ScummVM under Valgrind.)
 			if (activeDialog != getTopDialog() && event.type != Common::EVENT_SCREEN_CHANGED)
 				continue;
 


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