[Scummvm-git-logs] scummvm master -> 6c13a4d0001a91e352dc99d768f528ac9fe7bd3e

criezy criezy at scummvm.org
Tue Oct 18 00:39:00 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6c13a4d000 DISTS: Fix corrupted character in copyright string for Windows exe


Commit: 6c13a4d0001a91e352dc99d768f528ac9fe7bd3e
    https://github.com/scummvm/scummvm/commit/6c13a4d0001a91e352dc99d768f528ac9fe7bd3e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-10-17T23:37:21+01:00

Commit Message:
DISTS: Fix corrupted character in copyright string for Windows exe

This was introduced in commit 02827d0.

Changed paths:
    dists/scummvm.rc
    dists/scummvm.rc.in



diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index caa8394..699f5ce 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 3d7375b..f78aa3a 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"





More information about the Scummvm-git-logs mailing list