From cc5c68a1cc86384eff910991471c6e4546edc36a Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 7 Mar 2001 02:48:47 +0000 Subject: [PATCH] Fix colonial franc names. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3755 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 1 + src/scm/iso-4217-currencies.scm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a631ae62a6..69f07716bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2001-03-06 Dave Peticolas * src/scm/iso-4217-currencies.scm: remove duplicate currency + fix colonial franc names * src/engine/sixtp-dom-parsers.c (dom_tree_to_commodity_ref): use gnc_commodity_destroy, not g_free. diff --git a/src/scm/iso-4217-currencies.scm b/src/scm/iso-4217-currencies.scm index 2b001db927..d5d92881b5 100644 --- a/src/scm/iso-4217-currencies.scm +++ b/src/scm/iso-4217-currencies.scm @@ -20,7 +20,6 @@ ( "Barbados Dollar" "dollar" "cent" "ISO4217" "BBD" "052" 100 100 ) ( "Belgian Franc" "franc" "centime" "ISO4217" "BEF" "056" 100 100 ) :::: ( "Belize Dollar" "dollar" "cent" "ISO4217" "BZD" "084" 100 100 ) -( "Colonial French Franc" "franc" "centime" "ISO4217" "XOF" "952" 100 100 ) ( "Bermudian Dollar" "dollar" "cent" "ISO4217" "BMD" "060" 100 100 ) ( "Bhutan Ngultrum" "ngultrum" "chetrum" "ISO4217" "BTN" "064" 100 100 ) ( "Bolivian Boliviano" "boliviano" "centavo" "ISO4217" "BOB" "068" 100 100 ) @@ -32,7 +31,8 @@ ( "Brunei Dollar" "dollar" "cent" "ISO4217" "BND" "096" 100 100 ) ( "Bulgarian Lev" "lev" "stotinki" "ISO4217" "BGL" "100" 100 100 ) ( "Burundi Franc" "franc" "centime" "ISO4217" "BIF" "108" 100 100 ) -( "Cameroon Franc" "franc" "centime" "ISO4217" "XAF" "950" 100 100 ) +( "CFA Franc BEAC" "franc" "centime" "ISO4217" "XAF" "950" 100 100 ) +( "CFA Franc BCEAO" "franc" "centime" "ISO4217" "XOF" "952" 100 100 ) ( "Canadian Dollar" "dollar" "cent" "ISO4217" "CAD" "124" 100 100 ) ( "Cape Verde Escudo" "escudo" "centavo" "ISO4217" "CVE" "132" 100 100 ) ( "Cayman Islands Dollar" "dollar" "cent" "ISO4217" "KYD" "136" 100 100 )