summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-02-05 19:32:12 +0000
committerrubidium <rubidium@openttd.org>2012-02-05 19:32:12 +0000
commit0a5ed6892d5c1488a3dd3fda52273bb68318d4bf (patch)
tree3d7228fba3ddf66645993785aaa027282b25d5e6 /src/misc_gui.cpp
parentb964c9701d27c93d322db8f20561eed4b1bc3529 (diff)
downloadopenttd-0a5ed6892d5c1488a3dd3fda52273bb68318d4bf.tar.xz
(svn r23903) -Fix [FS#4993]: some instances had issues due to a value being out of range
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index c7b173f0e..ba4d0657b 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -406,7 +406,7 @@ static const char * const _credits[] = {
" Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)",
" Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6)",
" Benedikt Br\xC3\xBCggemeier (skidd13) - Bug fixer and code reworker",
- " Patric Stout (TrueBrain) - Programmer (0.3 - pre0.7), sys op (active)",
+ " Patric Stout (TrueBrain) - NoProgrammer (0.3 - 1.2), sys op (active)",
"",
"Special thanks go out to:",
" Josef Drexler - For his great work on TTDPatch",