From 4554daa130837c420489474ddaddb9bd05a323e3 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 16 May 2005 12:15:53 +0000 Subject: [PATCH] (svn r2331) - Fix (regression): fix text overflows in about box. --- misc_gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc_gui.c b/misc_gui.c index 1d904aa5ef..63adec3213 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", "",