diff options
author | darkvater <darkvater@openttd.org> | 2005-01-23 21:30:31 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-01-23 21:30:31 +0000 |
commit | 94dc25b45f37fa403d367a64d36833b4cf70c625 (patch) | |
tree | 1d8170eb10825d255a161655f7595fca8a74f195 | |
parent | f1c151f157fc2c2c76154f92ce3b7aa0d632d799 (diff) | |
download | openttd-94dc25b45f37fa403d367a64d36833b4cf70c625.tar.xz |
(svn r1627) -Fix: The tabulizer in action ^_^
-rw-r--r-- | misc_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c index a3eaabbb1..3ba3d869e 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -176,7 +176,7 @@ static const char *credits[] = { " Dominik Scherer (dominik81) - Lead coder", " Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host", " Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port", - " Christoph Mallon (Tron) - Programmer, code correctness police", + " Christoph Mallon (Tron) - Programmer, code correctness police", " Patric Stout (TrueLight) - Coder, network guru, SVN- and website host", "", "Retired Developers:", |