Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30198 Details for
Bug 49113
Ebuild for OpenTTD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
icelandic currency support
openttd-0.3.1-icelandic_currency.patch (text/plain), 2.09 KB, created by
Hinrik Örn Sigurðsson
on 2004-04-27 17:27:50 UTC
(
hide
)
Description:
icelandic currency support
Filename:
MIME Type:
Creator:
Hinrik Örn Sigurðsson
Created:
2004-04-27 17:27:50 UTC
Size:
2.09 KB
patch
obsolete
>Index: settings.c >=================================================================== >--- settings.c (revision 518) >+++ settings.c (working copy) >@@ -778,7 +778,7 @@ > static const SettingDesc gameopt_settings[] = { > {"diff_level", SDT_UINT8, (void*)9, (void*)offsetof(GameOptions, diff_level) }, > {"diff_custom", SDT_INTLIST | SDT_UINT32 | (sizeof(GameDifficulty)/4) << 16, NULL, (void*)offsetof(GameOptions, diff) }, >- {"currency", SDT_UINT8 | SDT_ONEOFMANY, (void*)0, (void*)offsetof(GameOptions, currency), "GBP|USD|FF|DM|YEN|PT|FT|ZL|ATS|BEF|DKK|FIM|GRD|CHF|NLG|ITL|SEK|RUR|CZK|EUR" }, >+ {"currency", SDT_UINT8 | SDT_ONEOFMANY, (void*)0, (void*)offsetof(GameOptions, currency), "GBP|USD|FF|DM|YEN|PT|FT|ZL|ATS|BEF|DKK|FIM|GRD|CHF|NLG|ITL|SEK|RUR|CZK|EUR|ISK" }, > {"distances", SDT_UINT8 | SDT_ONEOFMANY, (void*)0, (void*)offsetof(GameOptions, kilometers), "imperial|metric" }, > {"town_names", SDT_UINT8 | SDT_ONEOFMANY, (void*)0, (void*)offsetof(GameOptions, city_name), "english|french|german|american|latin|silly|swedish|dutch|finnish|polish" }, > {"landscape", SDT_UINT8 | SDT_ONEOFMANY, (void*)0, (void*)offsetof(GameOptions, landscape), "normal|hilly|desert|candy" }, >Index: lang/english.txt >=================================================================== >--- lang/english.txt (revision 518) >+++ lang/english.txt (working copy) >@@ -834,6 +834,7 @@ > STR_CURR_RUR :Russian Rubel (rur) > STR_CURR_CZK :Czech Koruna (CZK) > STR_CURR_EUR :Euro () >+STR_CURR_ISK :Icelandic Krona (ISK) > > STR_OPTIONS_LANG :{BLACK}Language > STR_OPTIONS_LANG_CBO :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} >Index: strings.c >=================================================================== >--- strings.c (revision 518) >+++ strings.c (working copy) >@@ -61,6 +61,7 @@ > { 5, ' ', 0, "", " rur" }, > { 50, ',', 0, "", " Kc" }, > { 2, ',', CF_ISEURO, "", "" }, >+ { 130, '.', 0, "", " kr" }, > }; > > const uint16 _currency_string_list[] = { >@@ -84,6 +85,7 @@ > STR_CURR_RUR, > STR_CURR_CZK, > STR_CURR_EUR, >+ STR_CURR_ISK, > INVALID_STRING_ID > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49113
:
30124
|
30125
|
30149
|
30150
|
30151
|
30157
|
30158
|
30180
|
30198
|
30274
|
30277
|
30959
|
32585
|
32684
|
32788
|
34229