From 6c3b28ea2dfe241fc483761b3e3b76dfd5d66fba Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 3 Jul 2016 16:39:52 +0200 Subject: [PATCH] country codes: use "uk" instead of deprecated "gb" in list of popular codes --- src/common/extern_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/extern_data.cpp b/src/common/extern_data.cpp index aa385c1e2..bd96e5d7e 100644 --- a/src/common/extern_data.cpp +++ b/src/common/extern_data.cpp @@ -2614,7 +2614,7 @@ std::vector const g_cctlds = { { "zw", "Zimbabwe" }, }; -std::vector const g_popular_country_codes{ "cn", "de", "es", "fi", "fr", "gb", "it", "jp", "nl", "no", "pt", "ru", "se", "us" }; +std::vector const g_popular_country_codes{ "cn", "de", "es", "fi", "fr", "it", "jp", "nl", "no", "pt", "ru", "se", "uk", "us" }; static std::map const s_deprecated_cctlds{ { "gb", "uk" },