r16820 - gnucash/branches/2.2/src/app-utils - [r16812] #506671: Add cyprus, maltese and slovenian currencies to EURO support.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jan 5 22:04:50 EST 2008


Author: andi5
Date: 2008-01-05 22:04:50 -0500 (Sat, 05 Jan 2008)
New Revision: 16820
Trac: http://svn.gnucash.org/trac/changeset/16820

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

Patch from Herbert Thoma.


Modified: gnucash/branches/2.2/src/app-utils/gnc-euro.c
===================================================================
--- gnucash/branches/2.2/src/app-utils/gnc-euro.c	2008-01-06 03:01:04 UTC (rev 16819)
+++ gnucash/branches/2.2/src/app-utils/gnc-euro.c	2008-01-06 03:04:50 UTC (rev 16820)
@@ -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