[Scummvm-cvs-logs] SF.net SVN: scummvm: [23710] scummvm/trunk/tools
sev at users.sourceforge.net
sev at users.sourceforge.net
Tue Aug 15 21:54:58 CEST 2006
Revision: 23710
Author: sev
Date: 2006-08-15 12:54:41 -0700 (Tue, 15 Aug 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23710&view=rev
Log Message:
-----------
Change Brazilian Portuguese acronym from "pt" to "br" in case there will
be pure Portuguese games and to make use of brazilian flag. No detection stuff
is dependent on this, though BASS and Sword1 make use of it. However no
autoupgrade option is implemented, should it be?
Modified Paths:
--------------
scummvm/trunk/common/util.cpp
scummvm/trunk/tools/md5table.c
Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp 2006-08-15 19:47:47 UTC (rev 23709)
+++ scummvm/trunk/common/util.cpp 2006-08-15 19:54:41 UTC (rev 23710)
@@ -116,7 +116,7 @@
{"de", "German", DE_DEU},
{"fr", "French", FR_FRA},
{"it", "Italian", IT_ITA},
- {"pt", "Portuguese", PT_BRA},
+ {"br", "Portuguese", PT_BRA},
{"es", "Spanish", ES_ESP},
{"jp", "Japanese", JA_JPN},
{"zh", "Chinese (Taiwan)", ZH_TWN},
Modified: scummvm/trunk/tools/md5table.c
===================================================================
--- scummvm/trunk/tools/md5table.c 2006-08-15 19:47:47 UTC (rev 23709)
+++ scummvm/trunk/tools/md5table.c 2006-08-15 19:54:41 UTC (rev 23710)
@@ -97,7 +97,7 @@
{ "de", "DE_DEU" },
{ "fr", "FR_FRA" },
{ "it", "IT_ITA" },
- { "pt", "PT_BRA" },
+ { "br", "PT_BRA" },
{ "es", "ES_ESP" },
{ "jp", "JA_JPN" },
{ "zh", "ZH_TWN" },
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