aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEugene Sandulenko2006-08-15 19:54:41 +0000
committerEugene Sandulenko2006-08-15 19:54:41 +0000
commitc870d057a410d6648559ae2261a99ddf5d37b37d (patch)
treec5077d3435e5762cc623f0df12047b43fb77606e /tools
parent7d0435f23ce7cc19e007ff77b8dfb4bd0554c386 (diff)
downloadscummvm-rg350-c870d057a410d6648559ae2261a99ddf5d37b37d.tar.gz
scummvm-rg350-c870d057a410d6648559ae2261a99ddf5d37b37d.tar.bz2
scummvm-rg350-c870d057a410d6648559ae2261a99ddf5d37b37d.zip
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? svn-id: r23710
Diffstat (limited to 'tools')
-rw-r--r--tools/md5table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/md5table.c b/tools/md5table.c
index 202f6cdfbe..04e1f218e4 100644
--- a/tools/md5table.c
+++ b/tools/md5table.c
@@ -97,7 +97,7 @@ static const StringMap langMap[] = {
{ "de", "DE_DEU" },
{ "fr", "FR_FRA" },
{ "it", "IT_ITA" },
- { "pt", "PT_BRA" },
+ { "br", "PT_BRA" },
{ "es", "ES_ESP" },
{ "jp", "JA_JPN" },
{ "zh", "ZH_TWN" },