Changeset - r13893:923e0ddb2493
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2009-12-08 20:12:43
rubidium@openttd.org
(svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/currency.cpp
Show inline comments
 
@@ -41,7 +41,7 @@ static const CurrencySpec origin_currenc
 
	{ 2850, "", 2002,      "",             " L.",        1, STR_GAME_OPTIONS_CURRENCY_ITL    }, ///< italian lira
 
	{    3, "", 2002,      "NLG ",         "",           0, STR_GAME_OPTIONS_CURRENCY_NLG    }, ///< dutch gulden
 
	{   12, "", CF_NOEURO, "",             " Kr",        1, STR_GAME_OPTIONS_CURRENCY_NOK    }, ///< norwegian krone
 
	{    6, "", CF_NOEURO, "",             " zl",        1, STR_GAME_OPTIONS_CURRENCY_PLN    }, ///< polish zloty
 
	{    6, "", CF_NOEURO, "",             " z\xC5\x82", 1, STR_GAME_OPTIONS_CURRENCY_PLN    }, ///< polish zloty
 
	{    5, "", CF_NOEURO, "",             " Lei",       1, STR_GAME_OPTIONS_CURRENCY_RON    }, ///< romanian Lei
 
	{   50, "", CF_NOEURO, "",             " p",         1, STR_GAME_OPTIONS_CURRENCY_RUR    }, ///< russian rouble
 
	{  352, "", 2007,      "",             " SIT",       1, STR_GAME_OPTIONS_CURRENCY_SIT    }, ///< slovenian tolar
0 comments (0 inline, 0 general)