summaryrefslogtreecommitdiff
path: root/src/ottdres.rc.in
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-03-18 17:55:47 +0000
committerglx <glx@openttd.org>2009-03-18 17:55:47 +0000
commitea2c50281e34c8c0ade102552fc3d0f336496de9 (patch)
tree174807612745c283c6ab79531a780f6f25adc1b0 /src/ottdres.rc.in
parent3a80b4213bddbf632c7098f25c2293007d80cd2e (diff)
downloadopenttd-ea2c50281e34c8c0ade102552fc3d0f336496de9.tar.xz
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them
Diffstat (limited to 'src/ottdres.rc.in')
-rw-r--r--src/ottdres.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ottdres.rc.in b/src/ottdres.rc.in
index 494531dc5..6fe8c5e11 100644
--- a/src/ottdres.rc.in
+++ b/src/ottdres.rc.in
@@ -85,7 +85,7 @@ BEGIN
VALUE "FileDescription", "OpenTTD\0"
VALUE "FileVersion", "Development @@VERSION@@\0"
VALUE "InternalName", "openttd\0"
- VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2009. All Rights Reserved.\0"
+ VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-2009. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "openttd.exe\0"
VALUE "PrivateBuild", "\0"