From 58c153b9ac5b23cbd3ce82f39923443a8cd8eba7 Mon Sep 17 00:00:00 2001 From: dominik Date: Thu, 23 Dec 2004 18:28:13 +0000 Subject: (svn r1255) Renamed "postfix" to "suffix", for strings and variable names --- settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings.c') 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} }; -- cgit v1.2.3-54-g00ecf