diff options
author | smatz <smatz@openttd.org> | 2009-09-17 18:56:31 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-09-17 18:56:31 +0000 |
commit | 1858fef92f53651915cffa12c820fc68272379ce (patch) | |
tree | ff99eeb27d91c61a4d21697e8ee1c0613e276aa5 /src | |
parent | e6f3dc777fda7c91b1e22c38a7b3e7b5308e7b2c (diff) | |
download | openttd-1858fef92f53651915cffa12c820fc68272379ce.tar.xz |
(svn r17561) -Fix: diacritics was missing at few places
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 2537677d7..544c35d84 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -383,7 +383,7 @@ static const char *_credits[] = { "Special thanks go out to:", " Josef Drexler - For his great work on TTDPatch", " Marcin Grzegorczyk - For his documentation of TTD internals", - " Petr Baudis (pasky) - Many patches, newGRF support", + " 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", " Cian Duffy (MYOB) - BeOS port / manual writing", |