From ca2263f2816c9eb5c900a742806771ef435bdef2 Mon Sep 17 00:00:00 2001 From: stegerg Date: Mon, 19 Feb 2007 17:49:27 +0000 Subject: [PATCH] Update by Stefan Haubenthal git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@25273 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/locale/countries/slovenija.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/workbench/locale/countries/slovenija.c b/workbench/locale/countries/slovenija.c index 250aeaaeb..3a8f69fbc 100644 --- a/workbench/locale/countries/slovenija.c +++ b/workbench/locale/countries/slovenija.c @@ -50,6 +50,15 @@ struct CountryPrefs slovenijaPrefs = */ 2, 2, +#ifdef _EURO + /* Currency symbol, Small currency symbol */ + "Euro", "Cent", + + /* 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). + */ + "EUR", +#else /* Currency symbol, Small currency symbol */ "SIT", "1/100", @@ -57,7 +66,7 @@ struct CountryPrefs slovenijaPrefs = separate that symbol from the rest of the money. (\x00 for none). */ "SIT", - +#endif /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */ "", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS, -- 2.11.4.GIT