diff options
author | Cameron Cawley | 2019-03-23 18:46:34 +0000 |
---|---|---|
committer | Filippos Karapetis | 2019-03-23 21:36:56 +0200 |
commit | 398d9517b4ab7005857a34f3238e82a67bb5e52b (patch) | |
tree | 03bbe54a90b09fbeaabd4d2529a70632a24ccbc5 /dists | |
parent | 57dd6bd2374854f3408073fe5a788fa2949f0f25 (diff) | |
download | scummvm-rg350-398d9517b4ab7005857a34f3238e82a67bb5e52b.tar.gz scummvm-rg350-398d9517b4ab7005857a34f3238e82a67bb5e52b.tar.bz2 scummvm-rg350-398d9517b4ab7005857a34f3238e82a67bb5e52b.zip |
WIN32: Escape the copyright symbol in the resource script
Diffstat (limited to 'dists')
-rw-r--r-- | dists/scummvm.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 9f892ddb27..64151c49b9 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -106,7 +106,7 @@ BEGIN VALUE "FileDescription", "ScummVM: A free implementation of various adventure game engines\0" VALUE "FileVersion", SCUMMVM_VERSION "\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright © 2001-2019 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright \xA9 2001-2019 The ScummVM Team\0" VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" VALUE "OriginalFilename", "scummvm.exe\0" VALUE "ProductName", "ScummVM\0" |