[Scummvm-cvs-logs] SF.net SVN: scummvm:[53123] scummvm/trunk

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Oct 10 17:27:40 CEST 2010


Revision: 53123
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53123&view=rev
Author:   strangerke
Date:     2010-10-10 15:27:39 +0000 (Sun, 10 Oct 2010)

Log Message:
-----------
TOOLS: Fix typos in specialInfoLine arrays

Modified Paths:
--------------
    scummvm/trunk/dists/engine-data/toon.dat
    scummvm/trunk/tools/create_toon/staticdata.h

Modified: scummvm/trunk/dists/engine-data/toon.dat
===================================================================
(Binary files differ)

Modified: scummvm/trunk/tools/create_toon/staticdata.h
===================================================================
--- scummvm/trunk/tools/create_toon/staticdata.h	2010-10-10 14:41:08 UTC (rev 53122)
+++ scummvm/trunk/tools/create_toon/staticdata.h	2010-10-10 15:27:39 UTC (rev 53123)
@@ -266,11 +266,11 @@
 	"Sady's", "Establo", "Wacme", "Laboratorio "
 };
 
-const char *specialInfoLine_EN[] = { "Exit non defined", "Bottomless Bag", "Flux Wildlie", "Drew Blanc" };
-const char *specialInfoLine_FR[] = { "Exit non defined", "Inventaire", "Flux Radieux", "Marc Blanc" };
-const char *specialInfoLine_DE[] = { "Exit non defined", "Bodenloser Beutel", "Flux W. Wild", "Mal Block" };
-const char *specialInfoLine_RU[] = { "Exit non defined", "   Fdjcmrf    ", "  :bdxbr   ", "Lhe <k'yr " };
-const char *specialInfoLine_SP[] = { "Exit non defined", "Saco sin fondo", "Flux Tarambana", "Andr\351s Truido" };
+const char *specialInfoLine_EN[] = { "Exit not defined", "Bottomless Bag", "Flux Wildly", "Drew Blanc" };
+const char *specialInfoLine_FR[] = { "Exit not defined", "Inventaire", "Flux Radieux", "Marc Blanc" };
+const char *specialInfoLine_DE[] = { "Exit not defined", "Bodenloser Beutel", "Flux W. Wild", "Mal Block" };
+const char *specialInfoLine_RU[] = { "Exit not defined", "   Fdjcmrf    ", "  :bdxbr   ", "Lhe <k'yr " };
+const char *specialInfoLine_SP[] = { "Exit not defined", "Saco sin fondo", "Flux Tarambana", "Andr\351s Truido" };
 
 // Those are not yet in the DAT file. They'll be added as soon as they are really used.
 const char *miscTexts_EN[] = {


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