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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Nov 5 12:17:59 CET 2010


Revision: 54092
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54092&view=rev
Author:   thebluegr
Date:     2010-11-05 11:17:57 +0000 (Fri, 05 Nov 2010)

Log Message:
-----------
GUI: Better description of the dithering checkbox

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

Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2010-11-05 10:58:48 UTC (rev 54091)
+++ scummvm/trunk/gui/options.cpp	2010-11-05 11:17:57 UTC (rev 54092)
@@ -650,7 +650,7 @@
 
 	// Aspect ratio checkbox
 	_aspectCheckbox = new CheckboxWidget(boss, prefix + "grAspectCheckbox", _("Aspect ratio correction"), _("Correct aspect ratio for 320x200 games"));
-	_disableDitheringCheckbox = new CheckboxWidget(boss, prefix + "grDisableDitheringCheckbox", _("Disable EGA dithering"), _("Disable dithering artifacts in EGA games"));
+	_disableDitheringCheckbox = new CheckboxWidget(boss, prefix + "grDisableDitheringCheckbox", _("Disable EGA dithering"), _("Disable dithering in EGA games"));
 
 	_enableGraphicSettings = true;
 }


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