From c870d057a410d6648559ae2261a99ddf5d37b37d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 15 Aug 2006 19:54:41 +0000 Subject: 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 --- common/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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}, -- cgit v1.2.3