From 398d9517b4ab7005857a34f3238e82a67bb5e52b Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sat, 23 Mar 2019 18:46:34 +0000 Subject: WIN32: Escape the copyright symbol in the resource script --- dists/scummvm.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dists/scummvm.rc') 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" -- cgit v1.2.3