From 4c11e531d57fa4fe4dec31851f725e80a4477159 Mon Sep 17 00:00:00 2001 From: polluks Date: Mon, 11 Jul 2016 16:43:11 +0000 Subject: [PATCH] Missing CountryEntry. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52777 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/locale/countries/makecountry/makecountry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/workbench/locale/countries/makecountry/makecountry.c b/workbench/locale/countries/makecountry/makecountry.c index 1898af0a1c..3d3a63cc96 100644 --- a/workbench/locale/countries/makecountry/makecountry.c +++ b/workbench/locale/countries/makecountry/makecountry.c @@ -140,6 +140,7 @@ struct CountryEntry CountryArray[] = { "spain" , &spainPrefs }, { "sweden" , &swedenPrefs }, { "switzerland" , &switzerlandPrefs }, + { "taiwan" , &taiwanPrefs }, { "turkey" , &turkeyPrefs }, { "ukraine" , &ukrainePrefs }, { "united_kingdom" , &united_kingdomPrefs }, -- 2.11.4.GIT