[grisbi-cvs] grisbi/src gsb_currency_config.c,1.43,1.44

Benjamin Drieu benj2 at users.sourceforge.net
Thu Feb 5 19:56:25 CET 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5012

Modified Files:
	gsb_currency_config.c 
Log Message:
Fix currency code

Index: gsb_currency_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_currency_config.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- gsb_currency_config.c	24 Jan 2009 17:56:58 -0000	1.43
+++ gsb_currency_config.c	5 Feb 2009 18:56:22 -0000	1.44
@@ -1,7 +1,7 @@
 /* ************************************************************************** */
 /*                                                                            */
 /*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	      */
-/*			2006-2008 Benjamin Drieu (bdrieu at april.org)	      */
+/*			2006-2009 Benjamin Drieu (bdrieu at april.org)	      */
 /* 			http://www.grisbi.org				      */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
@@ -168,19 +168,19 @@
     { N_("Central America"), N_("Panama Balboa"), N_("Panama"), "PAB", NULL, TRUE, "PAB.png", 2, 1 },
 
     { N_("Europe"), N_("Euro"), N_("Germany"), "EUR", "€", TRUE, "DEM.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Austria"), "ATS", "€", TRUE, "ATS.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Belgium"), "BEF", "€", TRUE, "BEF.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Cyprus"), "CYP", "€", TRUE, "CYP.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Spain"), "ESP", "€", TRUE, "ESP.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Finland"), "FIM", "€", TRUE, "FIM.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("France"), "FRF", "€", TRUE, "FRF.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Greece"), "GRD", "€", TRUE, "GRD.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Ireland"), "IEP", "€", TRUE, "IEP.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Italy"), "ITL", "€", TRUE, "VAT.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Luxembourg"), "LUF", "€", TRUE, "LUF.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Netherlands"), "NLG", "€", TRUE, "NLG.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Portugal"), "PTE", "€", TRUE, "PTE.png", 2, 0 },
-    { N_("Europe"), N_("Euro"), N_("Slovenia"), "SIT", "€", TRUE, "SIT.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Austria"), "EUR", "€", TRUE, "ATS.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Belgium"), "EUR", "€", TRUE, "BEF.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Cyprus"), "EUR", "€", TRUE, "CYP.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Spain"), "EUR", "€", TRUE, "ESP.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Finland"), "EUR", "€", TRUE, "FIM.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("France"), "EUR", "€", TRUE, "FRF.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Greece"), "EUR", "€", TRUE, "GRD.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Ireland"), "EUR", "€", TRUE, "IEP.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Italy"), "EUR", "€", TRUE, "VAT.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Luxembourg"), "EUR", "€", TRUE, "LUF.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Netherlands"), "EUR", "€", TRUE, "NLG.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Portugal"), "EUR", "€", TRUE, "PTE.png", 2, 0 },
+    { N_("Europe"), N_("Euro"), N_("Slovenia"), "EUR", "€", TRUE, "SIT.png", 2, 0 },
 
     { N_("Europe"), N_("Albanian Lek"), N_("Albania"), "ALL", NULL, TRUE, "ALL.png", 3, 1 },
     { N_("Europe"), N_("Austrian Schilling"), N_("Austria"), "ATS", NULL, FALSE, "ATS.png", 2, 1 },
@@ -1032,7 +1032,7 @@
          * 2) bug affichage de la liste des opérations (passage à 0 de la devise du 
          *    premier compte de la liste des comptes */
 
-		//~ gsb_currency_update_combobox_currency_list ();
+		gsb_currency_update_combobox_currency_list ();
 
 		if ( currency_tree_model && currency_number > 0 )
 		{



More information about the cvs mailing list