diff options
author | smatz <smatz@openttd.org> | 2009-09-17 18:56:31 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-09-17 18:56:31 +0000 |
commit | 1858fef92f53651915cffa12c820fc68272379ce (patch) | |
tree | ff99eeb27d91c61a4d21697e8ee1c0613e276aa5 | |
parent | e6f3dc777fda7c91b1e22c38a7b3e7b5308e7b2c (diff) | |
download | openttd-1858fef92f53651915cffa12c820fc68272379ce.tar.xz |
(svn r17561) -Fix: diacritics was missing at few places
-rw-r--r-- | readme.txt | 4 | ||||
-rw-r--r-- | src/misc_gui.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index 6db442e87..8828b5131 100644 --- a/readme.txt +++ b/readme.txt @@ -497,7 +497,7 @@ The OpenTTD team (in alphabetical order): Owen Rudge (orudge) - Forum host, OS/2 port Peter Nelson (peter1138) - Spiritual descendant from newGRF gods 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 Inactive Developers: @@ -517,7 +517,7 @@ Retired Developers: Thanks to: 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) - 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 Stefan Meißner (sign_de) - For his work on the console Mike Ragsdale - OpenTTD installer diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 2537677d7..544c35d84 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -383,7 +383,7 @@ static const char *_credits[] = { "Special thanks go out to:", " Josef Drexler - For his great work on TTDPatch", " 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", " Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with", " Cian Duffy (MYOB) - BeOS port / manual writing", |