diff options
author | Eugene Sandulenko | 2006-08-15 19:54:41 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-08-15 19:54:41 +0000 |
commit | c870d057a410d6648559ae2261a99ddf5d37b37d (patch) | |
tree | c5077d3435e5762cc623f0df12047b43fb77606e /common | |
parent | 7d0435f23ce7cc19e007ff77b8dfb4bd0554c386 (diff) | |
download | scummvm-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 'common')
-rw-r--r-- | common/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp index d07a242f97..3891d68b28 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -116,7 +116,7 @@ const LanguageDescription g_languages[] = { {"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}, |