summaryrefslogtreecommitdiff
path: root/currency.c
diff options
context:
space:
mode:
Diffstat (limited to 'currency.c')
-rw-r--r--currency.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/currency.c b/currency.c
index 997303245..0dc868118 100644
--- a/currency.c
+++ b/currency.c
@@ -35,6 +35,7 @@ CurrencySpec _currency_specs[] = {
{ 6, ' ', CF_NOEURO, "", " zl" }, // polish zloty
{ 6, '.', CF_NOEURO, "", " Lei" }, // romanian Lei
{ 5, ' ', CF_NOEURO, "", " p" }, // russian rouble
+ { 350, '.', CF_NOEURO, "", " SIT" }, // slovenian tolar
{ 13, '.', CF_NOEURO, "", " Kr" }, // swedish krona
{ 1, ' ', CF_NOEURO, "", "" }, // custom currency
};
@@ -62,6 +63,7 @@ const StringID _currency_string_list[] = {
STR_CURR_PLN,
STR_CURR_ROL,
STR_CURR_RUR,
+ STR_CURR_SIT,
STR_CURR_SEK,
STR_CURR_CUSTOM,
INVALID_STRING_ID