diff options
author | belugas <belugas@openttd.org> | 2008-02-20 21:08:27 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-02-20 21:08:27 +0000 |
commit | 1b73417e5f76c22dab1ee8c7c573e29f074bfafb (patch) | |
tree | 69e23a4ce58f95e0d7a822b18ce8284b7665a04f | |
parent | 79b6b9cb66ac260ad2d4f601d96e877f78764a1b (diff) | |
download | openttd-1b73417e5f76c22dab1ee8c7c573e29f074bfafb.tar.xz |
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
-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 4f21e4935..ee121488d 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -219,7 +219,7 @@ static const char *credits[] = { " Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles", " Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework", " Loïc Guilloux (glx) - General coding", - " Christoph Elsenhans (frosch) - General coding" + " Christoph Elsenhans (frosch) - 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", |