AUDIT: r16812 - gnucash/trunk/src/app-utils - #506671: Add cyprus, maltese and slovenian currencies to EURO support.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jan 5 11:51:39 EST 2008


Author: andi5
Date: 2008-01-05 11:51:39 -0500 (Sat, 05 Jan 2008)
New Revision: 16812
Trac: http://svn.gnucash.org/trac/changeset/16812

Modified:
   gnucash/trunk/src/app-utils/gnc-euro.c
Log:
#506671: Add cyprus, maltese and slovenian currencies to EURO support.

Patch from Herbert Thoma.
BP


Modified: gnucash/trunk/src/app-utils/gnc-euro.c
===================================================================
--- gnucash/trunk/src/app-utils/gnc-euro.c	2008-01-05 16:12:50 UTC (rev 16811)
+++ gnucash/trunk/src/app-utils/gnc-euro.c	2008-01-05 16:51:39 UTC (rev 16812)
@@ -44,6 +44,7 @@
   { "ATS",  13.7603 },  /* austrian schilling */
   { "BEF",  40.3399 },  /* belgian franc */
   { "BFR",  40.3399 },  /* belgian franc */
+  { "CYP",  .585274 },  /* cyprus pound */
   { "DEM",  1.95583 },  /* german mark */
   { "DM",   1.95583 },  /* german mark */
   { "ESC",  200.482 },  /* portugese escudo */
@@ -62,11 +63,13 @@
   { "LFR",  40.3399 },  /* luxembourg franc */
   { "LIT",  1936.27 },  /* italian lira */
   { "LUF",  40.3399 },  /* luxembourg franc */
+  { "MTL",  .429300 },  /* maltese lira */
   { "NLG",  2.20371 },  /* netherland gulden */
   { "PTA",  166.386 },  /* spanish peseta */
   { "PTE",  200.482 },  /* portugese escudo */
   { "S",    13.7603 },  /* austrian schilling */
-  { "SCH",  13.7603 }   /* austrian schilling */
+  { "SCH",  13.7603 },  /* austrian schilling */
+  { "SIT",  239.640 }   /* slovenian tolar */
 };
 
 static int 



More information about the gnucash-changes mailing list