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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Aug 26 02:37:04 CEST 2009


Revision: 43750
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43750&view=rev
Author:   thebluegr
Date:     2009-08-26 00:37:04 +0000 (Wed, 26 Aug 2009)

Log Message:
-----------
Wording

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-08-26 00:27:14 UTC (rev 43749)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-08-26 00:37:04 UTC (rev 43750)
@@ -406,7 +406,7 @@
 	// Load up text 0 and start looking for "#" characters
 	// Non-English versions contain strings like XXXX#YZZZZ
 	// Where XXXX is the English string, #Y a separator indicating the language
-	// (e.g. #G for German) and the translated text
+	// (e.g. #G for German) and ZZZZ is the translated text
 	Resource *text = resourceManager->findResource(ResourceId(kResourceTypeText, 0), 0);
 	uint seeker = 0;
 	if (text) {


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