From 020f3cb43844cbce4c5f22410dd47403d1792365 Mon Sep 17 00:00:00 2001 From: polluks Date: Mon, 16 Aug 2010 14:55:49 +0000 Subject: [PATCH] currency git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34172 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/locale/countries/bosna_i_hercegovina.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench/locale/countries/bosna_i_hercegovina.c b/workbench/locale/countries/bosna_i_hercegovina.c index c7d5ea9b47..afd60971b6 100644 --- a/workbench/locale/countries/bosna_i_hercegovina.c +++ b/workbench/locale/countries/bosna_i_hercegovina.c @@ -48,7 +48,7 @@ struct CountryPrefs bosna_i_hercegovinaPrefs = (As would many of those you don't). */ - 0, 3, + 2, 2, /* Currency symbol, Small currency symbol */ "KM", "Pf", @@ -56,7 +56,7 @@ struct CountryPrefs bosna_i_hercegovinaPrefs = /* Int CS, this is the ISO 4217 symbol, followed by the character to separate that symbol from the rest of the money. (\x00 for none). */ - "KM", + "BAM", /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */ "", SS_NOSPACE, SP_PREC_ALL, CSP_SUCCEEDS, -- 2.11.4.GIT