1
0
Fork 0

(svn r7064) static

release/0.5
tron 2006-11-05 08:24:09 +00:00
parent fb878e9345
commit 60ea083b28
1 changed files with 1 additions and 1 deletions

View File

@ -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