mirror of https://github.com/OpenTTD/OpenTTD
(svn r17561) -Fix: diacritics was missing at few places
parent
e6f3dc777f
commit
1858fef92f
|
@ -497,7 +497,7 @@ The OpenTTD team (in alphabetical order):
|
||||||
Owen Rudge (orudge) - Forum host, OS/2 port
|
Owen Rudge (orudge) - Forum host, OS/2 port
|
||||||
Peter Nelson (peter1138) - Spiritual descendant from newGRF gods
|
Peter Nelson (peter1138) - Spiritual descendant from newGRF gods
|
||||||
Remko Bijker (Rubidium) - Lead coder and way more
|
Remko Bijker (Rubidium) - Lead coder and way more
|
||||||
Zdenek Sojka (SmatZ) - Bug finder and fixer
|
Zdeněk Sojka (SmatZ) - Bug finder and fixer
|
||||||
Thijs Marinussen (Yexo) - AI Framework
|
Thijs Marinussen (Yexo) - AI Framework
|
||||||
|
|
||||||
Inactive Developers:
|
Inactive Developers:
|
||||||
|
@ -517,7 +517,7 @@ Retired Developers:
|
||||||
Thanks to:
|
Thanks to:
|
||||||
Josef Drexler - For his great work on TTDPatch.
|
Josef Drexler - For his great work on TTDPatch.
|
||||||
Marcin Grzegorczyk - For his TTDPatch work and documentation of TTD internals and graphics (signals and track foundations)
|
Marcin Grzegorczyk - For his TTDPatch work and documentation of TTD internals and graphics (signals and track foundations)
|
||||||
Petr Baudis (pasky) - Many patches, newgrf support, etc.
|
Petr Baudiš (pasky) - Many patches, newgrf support, etc.
|
||||||
Simon Sasburg (HackyKid) - For the many bugfixes he has blessed us with
|
Simon Sasburg (HackyKid) - For the many bugfixes he has blessed us with
|
||||||
Stefan Meißner (sign_de) - For his work on the console
|
Stefan Meißner (sign_de) - For his work on the console
|
||||||
Mike Ragsdale - OpenTTD installer
|
Mike Ragsdale - OpenTTD installer
|
||||||
|
|
|
@ -383,7 +383,7 @@ static const char *_credits[] = {
|
||||||
"Special thanks go out to:",
|
"Special thanks go out to:",
|
||||||
" Josef Drexler - For his great work on TTDPatch",
|
" Josef Drexler - For his great work on TTDPatch",
|
||||||
" Marcin Grzegorczyk - For his documentation of TTD internals",
|
" Marcin Grzegorczyk - For his documentation of TTD internals",
|
||||||
" Petr Baudis (pasky) - Many patches, newGRF support",
|
" Petr Baudi\xC5\xA1 (pasky) - Many patches, newGRF support",
|
||||||
" Stefan Mei\xC3\x9Fner (sign_de) - For his work on the console",
|
" Stefan Mei\xC3\x9Fner (sign_de) - For his work on the console",
|
||||||
" Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with",
|
" Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with",
|
||||||
" Cian Duffy (MYOB) - BeOS port / manual writing",
|
" Cian Duffy (MYOB) - BeOS port / manual writing",
|
||||||
|
|
Loading…
Reference in New Issue