summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-11 18:34:05 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-11 18:34:05 +0000
commit223a43dcfeb1df3640c43a9997348039a32c759d (patch)
tree4d74873bc4b2e0667d67fbde49184447d66cdbc0
parent60662d67733eedf668cddd8981aa1a3213b89f10 (diff)
country names fixed (thanks to RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/IcqOscarJ/src/icq_fieldnames.cpp2
-rw-r--r--src/modules/utils/utils.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_fieldnames.cpp b/protocols/IcqOscarJ/src/icq_fieldnames.cpp
index ebe6810043..1e25a7bc40 100644
--- a/protocols/IcqOscarJ/src/icq_fieldnames.cpp
+++ b/protocols/IcqOscarJ/src/icq_fieldnames.cpp
@@ -136,7 +136,7 @@ const FieldNamesItem countryField[]={
{354, LPGEN("Iceland")},
{91, LPGEN("India")},
{62, LPGEN("Indonesia")},
- {98, LPGEN("Iran, Islamic Republic of")},
+ {98, LPGEN("Iran")},
{964, LPGEN("Iraq")},
{353, LPGEN("Ireland")},
{972, LPGEN("Israel")},
diff --git a/src/modules/utils/utils.cpp b/src/modules/utils/utils.cpp
index 1e977c6a74..cb2bb1b711 100644
--- a/src/modules/utils/utils.cpp
+++ b/src/modules/utils/utils.cpp
@@ -100,7 +100,7 @@ static CountryListEntry countries[] = {
{57, LPGEN("Colombia"), "CO"},
{269, LPGEN("Comoros"), "KM"},
{242, LPGEN("Congo, Republic of the"), "CG"},
- {243, LPGEN("Congo, the Democratic Republic of the"), "CD"},
+ {243, LPGEN("Congo, Democratic Republic of the"), "CD"},
{682, LPGEN("Cook Islands"), "CK"},
{506, LPGEN("Costa Rica"), "CR"},
{225, LPGEN("Cote d'Ivoire"), "CI"},