[Scummvm-cvs-logs] SF.net SVN: scummvm:[52686] scummvm/trunk/engines/testbed/detection.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Sep 12 18:41:13 CEST 2010


Revision: 52686
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52686&view=rev
Author:   mthreepwood
Date:     2010-09-12 16:41:13 +0000 (Sun, 12 Sep 2010)

Log Message:
-----------
TESTBED: Title capitalization and consistency

Modified Paths:
--------------
    scummvm/trunk/engines/testbed/detection.cpp

Modified: scummvm/trunk/engines/testbed/detection.cpp
===================================================================
--- scummvm/trunk/engines/testbed/detection.cpp	2010-09-12 14:20:52 UTC (rev 52685)
+++ scummvm/trunk/engines/testbed/detection.cpp	2010-09-12 16:41:13 UTC (rev 52686)
@@ -33,7 +33,7 @@
 #include "testbed/testbed.h"
 
 static const PlainGameDescriptor testbed_setting[] = {
-	{ "testbed", "Testbed: The backend testing framework" },
+	{ "testbed", "Testbed: The Backend Testing Framework" },
 	{ 0, 0 }
 };
 
@@ -70,7 +70,7 @@
 	}
 
 	virtual const char *getName() const {
-		return "TestBed: The backend testing framework";
+		return "Testbed: The Backend Testing Framework";
 	}
 
 	virtual const char *getOriginalCopyright() const {


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