Changeset - r2495:59f398b3a750
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-10-06 09:35:08
tron@openttd.org
(svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
currency.c
Show inline comments
 
@@ -23,7 +23,7 @@ CurrencySpec _currency_specs[] = {
 
	{    4, '.', 2002,      "DM ",  ""     }, // deutsche mark
 
	{   10, '.', CF_NOEURO, "",     " kr"  }, // danish krone
 
	{  200, '.', 2002,      "Pts ", ""     }, // spanish pesetas
 
	{    8, ',', 2002,      "",     " MK"  }, // finnish markka
 
	{    8, ',', 2002,      "",     " mk"  }, // finnish markka
 
	{   10, '.', 2002,      "FF ",  ""     }, // french francs
 
	{  480, ',', 2002,      "",     "Dr."  }, // greek drachma
 
	{  376, ',', 2002,      "",     " Ft"  }, // hungarian forint
0 comments (0 inline, 0 general)