[Scummvm-git-logs] scummvm master -> 098d4bce5950b129b42465e09849a23c13edf63b
lotharsm
serra at scummvm.org
Tue Dec 4 23:07:18 CET 2018
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:
098d4bce59 WIN32: Fix missing line ending in the FileDescription tag
Commit: 098d4bce5950b129b42465e09849a23c13edf63b
https://github.com/scummvm/scummvm/commit/098d4bce5950b129b42465e09849a23c13edf63b
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2018-12-04T23:07:01+01:00
Commit Message:
WIN32: Fix missing line ending in the FileDescription tag
Changed paths:
dists/scummvm.rc
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index b8aff5d..65e7f00 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -99,7 +99,7 @@ BEGIN
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "scummvm.org\0"
- VALUE "FileDescription", "ScummVM: A free implementation of various adventure game engines"
+ 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-2018 The ScummVM Team\0"
More information about the Scummvm-git-logs
mailing list