summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-05-16 12:15:53 +0000
committerDarkvater <Darkvater@openttd.org>2005-05-16 12:15:53 +0000
commit2dc7d2b14e4d9ac744630759e94cb80df46f0cda (patch)
tree09cb6569e332f6e30769038cec2a7e4873fd73fe /misc_gui.c
parent21b99af34458e4a670aab43d19b26526e3f22649 (diff)
downloadopenttd-2dc7d2b14e4d9ac744630759e94cb80df46f0cda.tar.xz
(svn r2331) - Fix (regression): fix text overflows in about box.
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 1d904aa5e..63adec321 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -176,10 +176,10 @@ static const char *credits[] = {
"Original graphics by Simon Foster",
"",
"The OpenTTD team (in alphabetical order):",
+ " Matthijs Kooijman (blathijs) - Pathfinder-god",
" Bjarni Corfitzen (Bjarni) - MacOSX port, coder",
" Victor Fischer (Celestar) - Programming everywhere you need him to",
" Tamas Faragó (Darkvater) - Lead coder",
- " Dominik Scherer (dominik81) - Lead coder",
" Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host",
" Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port",
" Christoph Mallon (Tron) - Programmer, code correctness police",
@@ -188,14 +188,14 @@ static const char *credits[] = {
"Retired Developers:",
" 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)",
"",
"Special thanks go out to:",
" Josef Drexler - For his great work on TTDPatch",
" Marcin Grzegorczyk - For his documentation of TTD internals",
- " Matthijs Kooijman (blathijs) - For his many patches, suggestions and major work on maprewrite",
" Petr Baudis (pasky) - Many patches, newgrf support",
" Stefan Meißner (sign_de) - For his work on the console",
- " Simon Sasburg (HackyKid) - For the many bugfixes he has blessed us with (and future PBS)",
+ " Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with (and PBS)",
" Cian Duffy (MYOB) - BeOS port / manual writing",
" Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port",
"",