Changeset - r1826:ed08af632ba5
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-05-16 12:15:53
darkvater@openttd.org
(svn r2331) - Fix (regression): fix text overflows in about box.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
misc_gui.c
Show inline comments
 
@@ -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",
 
	"",
0 comments (0 inline, 0 general)