summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/currency.h
authoreric <eric>2003-02-25 13:37:30 (UTC)
committer eric <eric>2003-02-25 13:37:30 (UTC)
commitaf4a36adc86052db4ab6855830cb7c5cc9e2d008 (patch) (side-by-side diff)
tree6c1e4c51ce9663b8256f56aa0c98ab1eaab72d07 /noncore/tools/euroconv/currency.h
parente21765875b06f8e76bdd6cfce120a68beaf48e41 (diff)
downloadopie-af4a36adc86052db4ab6855830cb7c5cc9e2d008.zip
opie-af4a36adc86052db4ab6855830cb7c5cc9e2d008.tar.gz
opie-af4a36adc86052db4ab6855830cb7c5cc9e2d008.tar.bz2
- add more currency support
Diffstat (limited to 'noncore/tools/euroconv/currency.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/euroconv/currency.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/noncore/tools/euroconv/currency.h b/noncore/tools/euroconv/currency.h
index d9ee75c..6ca4d09 100644
--- a/noncore/tools/euroconv/currency.h
+++ b/noncore/tools/euroconv/currency.h
@@ -14,7 +14,11 @@
// 1 Euro equal....
#define EURO 1 // Euro
-#define FF 6.55957 // French Francs
-#define DM 1.9594 // Deutch Mark
+#define FRF 6.55957 // French Francs
+#define DEM 1.9594 // Deutch Mark
+#define BEF 40.3399 // Belgium Francs
+#define ITL 1936.27 // Italian Lire
+#define LUF 40.3399 // Luxemburg
+#define IEP 0.787564 // Irish Pound
-static const char* aCurrency[] = { "Euro", "FF", "DM", 0 };
+static const char* aCurrency[] = { "Euro", "FRF", "DEM", "BEF", "ITL", "LUF", "IEP", 0 };