[Scummvm-cvs-logs] SF.net SVN: scummvm:[41200] scummvm/trunk/common/util.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sat Jun 6 00:35:13 CEST 2009


Revision: 41200
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41200&view=rev
Author:   mthreepwood
Date:     2009-06-05 22:35:13 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation

Modified Paths:
--------------
    scummvm/trunk/common/util.cpp

Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp	2009-06-05 21:34:18 UTC (rev 41199)
+++ scummvm/trunk/common/util.cpp	2009-06-05 22:35:13 UTC (rev 41200)
@@ -271,7 +271,7 @@
 	{"nes", "nes", "nes", "NES", kPlatformNES},
 	{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
 	{"windows", "win", "win", "Windows", kPlatformWindows},
-	{"playstation", "psx", "PSX", "Playstation", kPlatformPSX},
+	{"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
 
 
 	{0, 0, 0, "Default", kPlatformUnknown}


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