summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-12 17:27:44 +0000
committerrubidium <rubidium@openttd.org>2009-04-12 17:27:44 +0000
commit13d6412c22a27f35d67f754786769ac6900757d7 (patch)
treeef0e1d659c853ad1f45ce125b01d04a31776d844 /src/table
parentd0f91fbea277198b79183a88a2e80473aa8de678 (diff)
downloadopenttd-13d6412c22a27f35d67f754786769ac6900757d7.tar.xz
(svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu is now RON.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.h2
1 files changed, 1 insertions, 1 deletions
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";