From 223a43dcfeb1df3640c43a9997348039a32c759d Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Wed, 11 Dec 2013 18:34:05 +0000 Subject: country names fixed (thanks to RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@7130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/utils/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/utils') 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"}, -- cgit v1.2.3