summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-29 20:01:16 +0000
committersmatz <smatz@openttd.org>2009-08-29 20:01:16 +0000
commitf1e677238166a0e2539fa5c471199c18f8dd3c86 (patch)
tree508e947265a40514895008d565ebb0eb31b5df39
parent564e65fe430ebcee34a8100c57319a94a11008f1 (diff)
downloadopenttd-f1e677238166a0e2539fa5c471199c18f8dd3c86.tar.xz
(svn r17309) -Fix: not all non-ASCII characters were entered with escapes in the About window
-rw-r--r--src/misc_gui.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index bec5db162..837980008 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -359,7 +359,7 @@ struct AboutWindow : public Window {
" 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\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer",
" Thijs Marinussen (Yexo) - AI Framework",
"",
"Inactive Developers:",
@@ -373,24 +373,24 @@ struct AboutWindow : public Window {
" Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
" Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)",
" Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6)",
- " Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker",
+ " Benedikt Br\xC3\xBCggemeier (skidd13) - Bug fixer and code reworker",
" Patric Stout (TrueLight) - Programmer (0.3 - pre0.7), sys op (active)",
"",
"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",
- " Stefan Meißner (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",
" Cian Duffy (MYOB) - BeOS port / manual writing",
" Christian Rosentreter (tokai) - MorphOS / AmigaOS port",
" Richard Kempton (richK) - additional airports, initial TGP implementation",
"",
- " Alberto Demichelis - Squirrel scripting language © 2003-2008",
- " Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames © 1996-2008",
- " L. Peter Deutsch - MD5 implementation © 1999, 2000, 2002",
- " Michael Blunck - Pre-Signals and Semaphores © 2003",
- " George - Canal/Lock graphics © 2003-2004",
+ " Alberto Demichelis - Squirrel scripting language \xC2\xA9 2003-2008",
+ " Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames \xC2\xA9 1996-2008",
+ " L. Peter Deutsch - MD5 implementation \xC2\xA9 1999, 2000, 2002",
+ " Michael Blunck - Pre-Signals and Semaphores \xC2\xA9 2003",
+ " George - Canal/Lock graphics \xC2\xA9 2003-2004",
" David Dallaston - Tram tracks",
" Marcin Grzegorczyk - Foundations for Tracks on Slopes",
" All Translators - Who made OpenTTD a truly international game",