changeset 16239:308a826df5ed draft

(svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p'
author yexo <yexo@openttd.org>
date Sat, 16 Oct 2010 06:14:24 +0000
parents 81c7caa54403
children 739c4b9285f2
files readme.txt src/misc_gui.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt
+++ b/readme.txt
@@ -548,7 +548,6 @@
 ---- --------
 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
@@ -556,6 +555,7 @@
   Michael Lutz (michi_cc)        - Path based signals
   Owen Rudge (orudge)            - Forum host, OS/2 port
   Peter Nelson (peter1138)       - Spiritual descendant from newGRF gods
+  Ingo von Borstel (planetmaker) - Support
   Remko Bijker (Rubidium)        - Lead coder and way more
   Zdeněk Sojka (SmatZ)           - Bug finder and fixer
   José Soler (Terkhen)           - General coding
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -385,7 +385,6 @@
 	"",
 	"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",
@@ -393,6 +392,7 @@
 	"  Michael Lutz (michi_cc) - Path based signals",
 	"  Owen Rudge (orudge) - Forum host, OS/2 port",
 	"  Peter Nelson (peter1138) - Spiritual descendant from NewGRF gods",
+	"  Ingo von Borstel (planetmaker) - Support",
 	"  Remko Bijker (Rubidium) - Lead coder and way more",
 	"  Zden\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer",
 	"  Jos\xC3\xA9 Soler (Terkhen) - General coding",