diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-11 18:34:05 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-11 18:34:05 +0000 |
commit | 223a43dcfeb1df3640c43a9997348039a32c759d (patch) | |
tree | 4d74873bc4b2e0667d67fbde49184447d66cdbc0 /src/modules/utils | |
parent | 60662d67733eedf668cddd8981aa1a3213b89f10 (diff) |
country names fixed (thanks to RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/utils')
-rw-r--r-- | src/modules/utils/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"},
|