aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorThierry Crozat2016-10-17 23:37:21 +0100
committerThierry Crozat2016-10-17 23:37:21 +0100
commit6c13a4d0001a91e352dc99d768f528ac9fe7bd3e (patch)
tree55f726c0c233d285082e603e5b946cfbc64f5852 /dists
parent6051bafeccaea1ec04400bf3413c417b71608032 (diff)
downloadscummvm-rg350-6c13a4d0001a91e352dc99d768f528ac9fe7bd3e.tar.gz
scummvm-rg350-6c13a4d0001a91e352dc99d768f528ac9fe7bd3e.tar.bz2
scummvm-rg350-6c13a4d0001a91e352dc99d768f528ac9fe7bd3e.zip
DISTS: Fix corrupted character in copyright string for Windows exe
This was introduced in commit 02827d0.
Diffstat (limited to 'dists')
-rw-r--r--dists/scummvm.rc2
-rw-r--r--dists/scummvm.rc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index caa8394bfe..699f5ce871 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 3d7375b1da..f78aa3acf5 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"