[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