# HG changeset patch # User yexo # Date 2010-10-15 18:32:25 # Node ID d4c064998e8dec5bb269f9a76c1d8c200cd2a96d # Parent 05705a6dd26c5dca3bcae7b172f8573aa4c72265 (svn r20928) -Update: we have a new developer diff --git a/readme.txt b/readme.txt --- a/readme.txt +++ b/readme.txt @@ -548,6 +548,7 @@ X.X) Credits: ---- -------- The OpenTTD team (in alphabetical order): Albert Hofkamp (Alberth) - GUI expert + Ingo von Borstel (planetmaker) - Support Jean-François Claeys (Belugas) - GUI, newindustries and more Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework Christoph Elsenhans (frosch) - General coding diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -385,6 +385,7 @@ static const char * const _credits[] = { "", "The OpenTTD team (in alphabetical order):", " Albert Hofkamp (Alberth) - GUI expert", + " Ingo von Borstel (planetmaker) - Support", " Jean-Fran\xC3\xA7ois Claeys (Belugas) - GUI, newindustries and more", " Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework", " Christoph Elsenhans (frosch) - General coding",