Changeset - r5023:2a3f1edb013a
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-11-05 08:24:09
tron@openttd.org
(svn r7064) static
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
currency.c
Show inline comments
 
@@ -12,7 +12,7 @@
 
	//   |  separator        |     postfix   |
 
	//   |   |    Euro year  |       |       |    name
 
	//   |   |    |          |       |       |    |
 
const CurrencySpec origin_currency_specs[NUM_CURRENCY] = {
 
static const CurrencySpec origin_currency_specs[NUM_CURRENCY] = {
 
	{    1, ',', CF_NOEURO, "\xA3", "",      0,  STR_CURR_GBP    }, // british pounds
 
	{    2, ',', CF_NOEURO, "$",    "",      0,  STR_CURR_USD    }, // us dollars
 
	{    2, ',', CF_ISEURO, "ยค",    "",      0,  STR_CURR_EUR    }, // Euro
0 comments (0 inline, 0 general)