diff options
author | belugas <belugas@openttd.org> | 2008-08-18 17:07:27 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-08-18 17:07:27 +0000 |
commit | 1500ed3665dc1d347893eec00d9b893da0a64e4b (patch) | |
tree | 3c2f346b4c80b3b4d9e75d40aa3eb855ea04d6e5 | |
parent | 23a48b2815c6cea2857cd44748f4e9eec42658c5 (diff) | |
download | openttd-1500ed3665dc1d347893eec00d9b893da0a64e4b.tar.xz |
(svn r14099) -Codechange: Welcome back, Celestar.
While at it, an alphabetic error been fixed
-rw-r--r-- | src/misc_gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 602c06602..6c7221ac4 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -320,8 +320,9 @@ struct AboutWindow : public Window { " Jean-Francois Claeys (Belugas) - GUI, newindustries and more", " Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles", " Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework", - " Loïc Guilloux (glx) - General coding", + " Victor Fischer (Celestar) - Programming everywhere you need him to", " Christoph Elsenhans (frosch) - General coding", + " Loïc Guilloux (glx) - General coding", " Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)", " Jonathan Coome (Maedhros) - High priest of the newGRF Temple", " Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host", @@ -332,7 +333,6 @@ struct AboutWindow : public Window { " Zdenek Sojka (SmatZ) - Bug finder and fixer", "", "Inactive Developers:", - " Victor Fischer (Celestar) - Programming everywhere you need him to", " Tamás Faragó (Darkvater) - Ex-Lead coder", " Christoph Mallon (Tron) - Programmer, code correctness police", "", |