From 656a15f8198a807ee84d42150778c4228f272a53 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 20 Jun 2006 12:49:21 +0000 Subject: [PATCH] Add Suriname Dollar currency; replaces SRG, but due to a non-unity exchange rate we cannot have it replaced automatically. #319084 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14393 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/engine/iso-4217-currencies.scm | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f201d5718..5e7c095a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-06-20 Christian Stimming + * src/engine/iso-4217-currencies.scm: Add Suriname Dollar + currency; replaces SRG, but due to a non-unity exchange rate we + cannot have it replaced automatically. #319084 + * src/backend/file/io-gncxml-v2.c: Use waitpid() only if is available. Unavailable on win32. diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index 532df7c33f..7310de9b09 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -164,7 +164,8 @@ ( "St. Helena Pound" "pound" "pence" "ISO4217" "SHP" "654" 100 100 ) ( "Sudanese Dinar" "dinar" "piastre" "ISO4217" "SDD" "736" 100 100 ) ;; 1992 on ( "Sudanese Pound" "pound" "piastre" "ISO4217" "SDP" "736" 100 100 ) ;; into 1992 -( "Suriname Guilder" "guilder" "cent" "ISO4217" "SRG" "740" 100 100 ) +( "Suriname Guilder" "guilder" "cent" "ISO4217" "SRG" "740" 100 100 ) ;; only until 2003-12-31 +( "Suriname Dollar" "dollar" "cent" "ISO4217" "SRD" "968" 100 100) ;; Since 2004-01-01 ( "Swaziland Lilangeni" "lilangeni" "cent" "ISO4217" "SZL" "748" 100 100 ) ( "Swedish Krona" "krona" "ore" "ISO4217" "SEK" "752" 100 100 ) ( "Swiss Franc" "franc" "centime" "ISO4217" "CHF" "756" 100 100 )