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

megath at users.sourceforge.net megath at users.sourceforge.net
Tue Sep 15 12:36:50 CEST 2009


Revision: 44102
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44102&view=rev
Author:   megath
Date:     2009-09-15 10:36:50 +0000 (Tue, 15 Sep 2009)

Log Message:
-----------
capitalized game title

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

Modified: scummvm/trunk/engines/teenagent/detection.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/detection.cpp	2009-09-15 08:54:06 UTC (rev 44101)
+++ scummvm/trunk/engines/teenagent/detection.cpp	2009-09-15 10:36:50 UTC (rev 44102)
@@ -31,7 +31,7 @@
 #include "teenagent/teenagent.h"
 
 static const PlainGameDescriptor teenAgentGames[] = {
-	{ "teenagent", "Teen agent" },
+	{ "teenagent", "Teen Agent" },
 	{ 0, 0 }
 };
 


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