diff options
author | rubidium <rubidium@openttd.org> | 2010-07-15 22:30:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-15 22:30:38 +0000 |
commit | 816222cd487bcce5c7cae9c56c01cd95ac836c10 (patch) | |
tree | dc462e97295d58353cb066b6b116d05dc250e8aa /src | |
parent | e80b51168e678836e5bab925bec25951e3d91d18 (diff) | |
download | openttd-816222cd487bcce5c7cae9c56c01cd95ac836c10.tar.xz |
(svn r20159) -Change: clarify use of OpenTTD directories and don't use the "TTD" abbreviation for Transport Tycoon Deluxe (parts by planetmaker)
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 5192bd874..2fa779760 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -400,7 +400,7 @@ static const char * const _credits[] = { "", "Special thanks go out to:", " Josef Drexler - For his great work on TTDPatch", - " Marcin Grzegorczyk - For his documentation of TTD internals", + " Marcin Grzegorczyk - For describing Transport Tycoon Deluxe internals", " Petr Baudi\xC5\xA1 (pasky) - Many patches, newGRF support", " Stefan Mei\xC3\x9Fner (sign_de) - For his work on the console", " Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with", |