[evolution-patches] Re: Patch for bug #48151 Countries missing in Address's dropdown list



New patch attached for missing address destinations "Isle of Man",
"Jersey" and "Guersney" as mentioned at:

http://www.iso.ch/iso/en/prods-services/iso3166ma/10faq/frequently-asked-questions.html#QS12

(The bug is at <http://bugzilla.ximian.com/show_bug.cgi?id=48151>.)

roozbeh

Index: addressbook/gui/contact-editor/e-contact-editor-address.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/e-contact-editor-address.c,v
retrieving revision 1.27
diff -u -3 -p -u -r1.27 e-contact-editor-address.c
--- addressbook/gui/contact-editor/e-contact-editor-address.c	21 Oct 2003 18:48:45 -0000	1.27
+++ addressbook/gui/contact-editor/e-contact-editor-address.c	29 Nov 2003 16:19:53 -0000
@@ -182,7 +182,7 @@ static char * countries [] = {
 	N_("Colombia"),
 	N_("Comoros"),
 	N_("Congo"),
-	N_("Congo"),
+	N_("Congo, The Democratic Republic Of The"),
 	N_("Cook Islands"),
 	N_("Costa Rica"),
 	N_("Cote d'Ivoire"),
@@ -194,7 +194,6 @@ static char * countries [] = {
 	N_("Djibouti"),
 	N_("Dominica"),
 	N_("Dominican Republic"),
-	N_("East Timor"),
 	N_("Ecuador"),
 	N_("Egypt"),
 	N_("El Salvador"),
@@ -222,6 +221,7 @@ static char * countries [] = {
 	N_("Guadeloupe"),
 	N_("Guam"),
 	N_("Guatemala"),
+	N_("Guernsey"),
 	N_("Guinea"),
 	N_("Guinea-bissau"),
 	N_("Guyana"),
@@ -234,15 +234,20 @@ static char * countries [] = {
 	N_("Iceland"),
 	N_("India"),
 	N_("Indonesia"),
+	N_("Iran"),
+	N_("Iraq"),
 	N_("Ireland"),
+	N_("Isle of Man"),
 	N_("Israel"),
 	N_("Italy"),
 	N_("Jamaica"),
 	N_("Japan"),
+	N_("Jersey"),
 	N_("Jordan"),
 	N_("Kazakhstan"),
 	N_("Kenya"),
 	N_("Kiribati"),
+	N_("Korea, Democratic People's Republic Of"),
 	N_("Korea, Republic Of"),
 	N_("Kuwait"),
 	N_("Kyrgyzstan"),
@@ -251,10 +256,11 @@ static char * countries [] = {
 	N_("Lebanon"),
 	N_("Lesotho"),
 	N_("Liberia"),
+	N_("Libya"),
 	N_("Liechtenstein"),
 	N_("Lithuania"),
 	N_("Luxembourg"),
-	N_("Macau"),
+	N_("Macao"),
 	N_("Macedonia"),
 	N_("Madagascar"),
 	N_("Malawi"),
@@ -316,6 +322,7 @@ static char * countries [] = {
 	N_("Sao Tome And Principe"),
 	N_("Saudi Arabia"),
 	N_("Senegal"),
+	N_("Serbia And Montenegro"),
 	N_("Seychelles"),
 	N_("Sierra Leone"),
 	N_("Singapore"),
@@ -335,10 +342,12 @@ static char * countries [] = {
 	N_("Swaziland"),
 	N_("Sweden"),
 	N_("Switzerland"),
+	N_("Syria"),
 	N_("Taiwan"),
 	N_("Tajikistan"),
 	N_("Tanzania, United Republic Of"),
 	N_("Thailand"),
+	N_("Timor-Leste"),
 	N_("Togo"),
 	N_("Tokelau"),
 	N_("Tonga"),
@@ -363,7 +372,6 @@ static char * countries [] = {
 	N_("Wallis And Futuna Islands"),
 	N_("Western Sahara"),
 	N_("Yemen"),
-	N_("Yugoslavia"),
 	N_("Zambia"),
 	N_("Zimbabwe"),
 	NULL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]