From 6c13a4d0001a91e352dc99d768f528ac9fe7bd3e Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 17 Oct 2016 23:37:21 +0100 Subject: [PATCH] DISTS: Fix corrupted character in copyright string for Windows exe This was introduced in commit 02827d0. --- dists/scummvm.rc | 2 +- dists/scummvm.rc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dists/scummvm.rc b/dists/scummvm.rc index caa8394bfefb..699f5ce871a4 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -88,7 +88,7 @@ BEGIN VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "1.10.0git\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright � 2001-2016 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2016 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" diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in index 3d7375b1dad3..f78aa3acf52e 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -88,7 +88,7 @@ BEGIN VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright � 2001-2016 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2016 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"