summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-23 18:28:13 +0000
committerdominik <dominik@openttd.org>2004-12-23 18:28:13 +0000
commit58c153b9ac5b23cbd3ce82f39923443a8cd8eba7 (patch)
treef1e8de4d7ace6e371d46705397292c0c631c5d98 /settings.c
parent60052ffb453637fb581671e8ded534eed7420a9b (diff)
downloadopenttd-58c153b9ac5b23cbd3ce82f39923443a8cd8eba7.tar.xz
(svn r1255) Renamed "postfix" to "suffix", for strings and variable names
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.c b/settings.c
index 3a4342a23..2f14fe6dc 100644
--- a/settings.c
+++ b/settings.c
@@ -910,8 +910,8 @@ static const SettingDesc currency_settings[] = {
{"rate", SDT_UINT16, (void*)1, &_currency_specs[23].rate, NULL},
{"separator", SDT_STRINGQUOT | (2) << 16, ".", &_currency_specs[23].separator, NULL},
{"to_euro", SDT_UINT16, (void*)0, &_currency_specs[23].to_euro, NULL},
- {"pre", SDT_STRINGQUOT | (16) << 16, NULL, &_currency_specs[23].pre, NULL},
- {"post", SDT_STRINGQUOT | (16) << 16, " credits", &_currency_specs[23].post, NULL},
+ {"prefix", SDT_STRINGQUOT | (16) << 16, NULL, &_currency_specs[23].prefix, NULL},
+ {"suffix", SDT_STRINGQUOT | (16) << 16, " credits", &_currency_specs[23].suffix, NULL},
{NULL, 0, NULL, NULL, NULL}
};