[grisbi-cvs] grisbi/src gsb_currency_config.c,1.59,1.60
Pierre Biava
pbiava at users.sourceforge.net
Thu Oct 8 22:14:06 CEST 2009
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30861
Modified Files:
gsb_currency_config.c
Log Message:
fixes a crash when the initial creation of an account
Index: gsb_currency_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_currency_config.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- gsb_currency_config.c 7 Oct 2009 19:20:42 -0000 1.59
+++ gsb_currency_config.c 8 Oct 2009 20:14:03 -0000 1.60
@@ -192,7 +192,6 @@
{ N_("Europe"), N_("Danish Krone"), N_("Denmark"), "DKK", NULL, TRUE, "DKK.png", 2, 1 },
{ N_("Europe"), N_("Deutsche Mark"), N_("Germany"), "DEM", NULL, FALSE, "DEM.png", 2, 1 },
{ N_("Europe"), N_("Estonian Kroon"), N_("Estonia"), "EEK", NULL, TRUE, "EEK.png", 2, 1 },
- { N_("Europe"), N_("Euro"), N_("Europe"), "EUR", "â¬", TRUE, "EUR.png", 2, 1 },
{ N_("Europe"), N_("Euro"), N_("UE (Europe)"), "EUR", "â¬", TRUE, "EUR.png", 2, 1 },
{ N_("Europe"), N_("Finnish Markka"), N_("Finland"), "FIM", NULL, FALSE, "FIM.png", 2, 1 },
{ N_("Europe"), N_("French Franc"), N_("France"), "FRF", "â£", FALSE, "FRF.png", 2, 1 },
More information about the cvs
mailing list