[Gnucash-changes] r14377 - gnucash/trunk/src/engine - Update mnemonic for Mexican Peso. Fixes Bug #345048.

Chris Shoemaker chris at cvs.gnucash.org
Fri Jun 16 21:00:19 EDT 2006


Author: chris
Date: 2006-06-16 21:00:18 -0400 (Fri, 16 Jun 2006)
New Revision: 14377
Trac: http://svn.gnucash.org/trac/changeset/14377

Modified:
   gnucash/trunk/src/engine/gnc-commodity.c
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
   Update mnemonic for Mexican Peso.  Fixes Bug #345048.


Modified: gnucash/trunk/src/engine/gnc-commodity.c
===================================================================
--- gnucash/trunk/src/engine/gnc-commodity.c	2006-06-17 00:44:21 UTC (rev 14376)
+++ gnucash/trunk/src/engine/gnc-commodity.c	2006-06-17 01:00:18 UTC (rev 14377)
@@ -88,6 +88,7 @@
   {"PLZ", "PLN"}, /* Polish Zloty */
   {"UAG", "UAH"}, /* Ukraine Hryvnia */
   {"ILS", "NIS"}, /* New Israeli Shekel */
+  {"MXP", "MXN"}, /* Mexican (Nuevo) Peso */
 
   /* Only add currencies to this table when the old currency no longer
    * exists in the file iso-4217-currencies.scm */

Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2006-06-17 00:44:21 UTC (rev 14376)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2006-06-17 01:00:18 UTC (rev 14377)
@@ -120,7 +120,7 @@
 ( "Maltese Lira" "lira" "cent"  "ISO4217" "MTL" "470" 100 100 )
 ( "Mauritanian Ouguiya" "ouguiya" "khoum"  "ISO4217" "MRO" "478" 5 5)
 ( "Mauritius Rupee" "rupee" "cent"  "ISO4217" "MUR" "480" 100 100 )
-( "Mexican Peso" "peso" "centavo" "ISO4217" "MXP" "484" 100 100 )
+( "Mexican Peso" "peso" "centavo" "ISO4217" "MXN" "484" 100 100 ) ;;sicne Jan 1993
 ( "Mongolian Tugrik" "tugrik" "mongo" "ISO4217" "MNT" "496" 100 100 )
 ( "Moroccan Dirham" "dirham" "centime"  "ISO4217" "MAD" "504" 100 100 )
 ( "Mozambique Metical" "metical" "centavo"  "ISO4217" "MZM" "508" 100 100 )



More information about the gnucash-changes mailing list