From 13d6412c22a27f35d67f754786769ac6900757d7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Apr 2009 17:27:44 +0000 Subject: (svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu is now RON. --- src/table/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/settings.h b/src/table/settings.h index 2097c8e8a..fcf724e43 100644 --- a/src/table/settings.h +++ b/src/table/settings.h @@ -274,7 +274,7 @@ uint16 _old_diff_custom[GAME_DIFFICULTY_NUM]; /* Most of these strings are used both for gameopt-backward compatability * and the settings tables. The rest is here for consistency. */ -static const char *_locale_currencies = "GBP|USD|EUR|YEN|ATS|BEF|CHF|CZK|DEM|DKK|ESP|FIM|FRF|GRD|HUF|ISK|ITL|NLG|NOK|PLN|ROL|RUR|SIT|SEK|YTL|SKK|BRL|EEK|custom"; +static const char *_locale_currencies = "GBP|USD|EUR|YEN|ATS|BEF|CHF|CZK|DEM|DKK|ESP|FIM|FRF|GRD|HUF|ISK|ITL|NLG|NOK|PLN|RON|RUR|SIT|SEK|YTL|SKK|BRL|EEK|custom"; static const char *_locale_units = "imperial|metric|si"; static const char *_town_names = "english|french|german|american|latin|silly|swedish|dutch|finnish|polish|slovakish|norwegian|hungarian|austrian|romanian|czech|swiss|danish|turkish|italian|catalan"; static const char *_climates = "temperate|arctic|tropic|toyland"; -- cgit v1.2.3-54-g00ecf