diff options
author | glx <glx@openttd.org> | 2009-03-18 17:55:47 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-03-18 17:55:47 +0000 |
commit | 6d9b2ac76a321ee48c03ca8faf165eb504a50336 (patch) | |
tree | 174807612745c283c6ab79531a780f6f25adc1b0 /src/misc_gui.cpp | |
parent | b798030c640931cc45f467b1102f0ad98f48c8fd (diff) | |
download | openttd-6d9b2ac76a321ee48c03ca8faf165eb504a50336.tar.xz |
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r-- | src/misc_gui.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 1eaf4617d..df474d598 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -315,7 +315,7 @@ struct AboutWindow : public Window { " Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework", " Victor Fischer (Celestar) - Programming everywhere you need him to", " Christoph Elsenhans (frosch) - General coding", - " Loïc Guilloux (glx) - Windows Expert", + " Lo\xC3\xAF""c Guilloux (glx) - Windows Expert", " Michael Lutz (michi_cc) - Path based signals", " Owen Rudge (orudge) - Forum host, OS/2 port", " Peter Nelson (peter1138) - Spiritual descendant from newGRF gods", @@ -324,10 +324,10 @@ struct AboutWindow : public Window { " Thijs Marinussen (Yexo) - AI Framework", "", "Inactive Developers:", - " Tamás Faragó (Darkvater) - Ex-Lead coder", + " Tam\xC3\xA1s Farag\xC3\xB3 (Darkvater) - Ex-Lead coder", " 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", + " Attila B\xC3\xA1n (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host", " Christoph Mallon (Tron) - Programmer, code correctness police", "", "Retired Developers:", |