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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Nov 25 03:35:18 CET 2010


Revision: 54467
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54467&view=rev
Author:   thebluegr
Date:     2010-11-25 02:35:18 +0000 (Thu, 25 Nov 2010)

Log Message:
-----------
GUI: Changed wording of "Disable dithering" to "Enable undithering"

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

Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2010-11-25 02:21:07 UTC (rev 54466)
+++ scummvm/trunk/gui/options.cpp	2010-11-25 02:35:18 UTC (rev 54467)
@@ -665,7 +665,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 in EGA games"));
+	_disableDitheringCheckbox = new CheckboxWidget(boss, prefix + "grDisableDitheringCheckbox", _("EGA undithering"), _("Enable undithering in EGA games that support it"));
 
 	_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