diff options
author | yexo <yexo@openttd.org> | 2010-10-16 06:14:24 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-10-16 06:14:24 +0000 |
commit | 178b35d555b90b986e0cfd8367c8fbf7632782f2 (patch) | |
tree | 06fd1fcb7f07ea66b06f9806c2e4c20c368a969d /src | |
parent | 5ed77b491924443fe61762860ccda861575d57bb (diff) | |
download | openttd-178b35d555b90b986e0cfd8367c8fbf7632782f2.tar.xz |
(svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p'
Diffstat (limited to 'src')
-rw-r--r-- | src/misc_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 22c5201b9..5db7b91a3 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -385,7 +385,6 @@ 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", @@ -393,6 +392,7 @@ static const char * const _credits[] = { " 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", |