From: <chr...@us...> - 2007-05-08 18:40:07
|
Revision: 391 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=391&view=rev Author: chreekar Date: 2007-05-08 11:40:02 -0700 (Tue, 08 May 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MyEmulators/myEmulators/Class1.cs trunk/plugins/MyEmulators/output.rar Modified: trunk/plugins/MyEmulators/myEmulators/Class1.cs =================================================================== --- trunk/plugins/MyEmulators/myEmulators/Class1.cs 2007-05-08 18:17:18 UTC (rev 390) +++ trunk/plugins/MyEmulators/myEmulators/Class1.cs 2007-05-08 18:40:02 UTC (rev 391) @@ -136,7 +136,7 @@ if (Options.getStringOption("language") != "English") { StreamReader translationFile = new StreamReader("language\\" + Options.getStringOption("language") + "\\myEmulators.txt"); - for (int i = 0; i < 6; i++) + for (int i = 0; i < translation.Length; i++) { String line = translationFile.ReadLine(); if (line == null) { break; } Modified: trunk/plugins/MyEmulators/output.rar =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |