From 177fa890fd4fccdb36a6a392b01037f413608d64 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 12 Dec 2013 14:01:41 +0000 Subject: core: country names git-svn-id: http://svn.miranda-ng.org/main/trunk@7139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/utils/utils.cpp | 6 +++--- 1 file 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"}, -- cgit v1.2.3