summaryrefslogtreecommitdiff
path: root/src/modules/utils
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-12 14:01:41 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-12 14:01:41 +0000
commit177fa890fd4fccdb36a6a392b01037f413608d64 (patch)
treeb4c68488b12c32f749b483a8cde7634873e461df /src/modules/utils
parentef45a7d5187ad8bfb570aa966d5e2290de6709b2 (diff)
core: country names
git-svn-id: http://svn.miranda-ng.org/main/trunk@7139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/utils')
-rw-r--r--src/modules/utils/utils.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/utils/utils.cpp b/src/modules/utils/utils.cpp
index cb2bb1b711..3eab411815 100644
--- a/src/modules/utils/utils.cpp
+++ b/src/modules/utils/utils.cpp
@@ -146,7 +146,6 @@ static CountryListEntry countries[] = {
{592, LPGEN("Guyana"), "GY"},
{509, LPGEN("Haiti"), "HT"},
{0xFFFE, LPGEN("Heard Island and McDonald Islands"), "HM"},
- {379, LPGEN("Holy See (Vatican City)"), "VA"},
{504, LPGEN("Honduras"), "HN"},
{852, LPGEN("Hong Kong"), "HK"},
{36, LPGEN("Hungary"), "HU"},
@@ -180,7 +179,7 @@ static CountryListEntry countries[] = {
{370, LPGEN("Lithuania"), "LT"},
{352, LPGEN("Luxembourg"), "LU"},
{853, LPGEN("Macao"), "MO"},
- {389, LPGEN("Macedonia, The Former Yugoslav Republic of"), "MK"},
+ {389, LPGEN("Macedonia"), "MK"},
{261, LPGEN("Madagascar"), "MG"},
{265, LPGEN("Malawi"), "MW"},
{60, LPGEN("Malaysia"), "MY"},
@@ -266,7 +265,7 @@ static CountryListEntry countries[] = {
{46, LPGEN("Sweden"), "SE"},
{41, LPGEN("Switzerland"), "CH"},
{963, LPGEN("Syria"), "SY"},
- {886, LPGEN("Taiwan, Province of China"), "TW"},
+ {886, LPGEN("Taiwan"), "TW"},
{992, LPGEN("Tajikistan"), "TJ"},
{255, LPGEN("Tanzania"), "TZ"},
{66, LPGEN("Thailand"), "TH"},
@@ -289,6 +288,7 @@ static CountryListEntry countries[] = {
{598, LPGEN("Uruguay"), "UY"},
{998, LPGEN("Uzbekistan"), "UZ"},
{678, LPGEN("Vanuatu"), "VU"},
+ {379, LPGEN("Vatican City"), "VA"},
{58, LPGEN("Venezuela"), "VE"},
{84, LPGEN("Vietnam"), "VN"},
{1284, LPGEN("Virgin Islands (British)"), "VG"},