misc_gui.c
changeset 2134 7192d5266a96
parent 2128 f5baf0b86451
child 2159 3b634157c3b2
--- a/misc_gui.c	Tue Jul 19 21:49:35 2005 +0000
+++ b/misc_gui.c	Tue Jul 19 22:12:04 2005 +0000
@@ -188,7 +188,7 @@
 	"  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",
+	"  Tamás Faragó (Darkvater) - 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",
@@ -246,7 +246,8 @@
 		// If the last text has scrolled start anew from the start
 		if (y < 50) WP(w, scroller_d).height = w->height - 40;
 
-		DrawStringMultiCenter(210, w->height - 15, STR_00BA_COPYRIGHT_OPENTTD, 398);
+		DoDrawStringCentered(210, w->height - 25, "Website: http://www.openttd.org", 16);
+		DrawStringCentered(210, w->height - 15, STR_00BA_COPYRIGHT_OPENTTD, 0);
 	}	break;
 	case WE_MOUSELOOP: /* Timer to scroll the text and adjust the new top */
 		if (WP(w, scroller_d).counter++ % 3 == 0) {