From 4e81c7f724f756f5e78347dacecc455a9b839d26 Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 4 Aug 2021 05:51:21 -0400 Subject: [PATCH] =?UTF-8?q?[host]=20windows:=20make=20copyright=20string?= =?UTF-8?q?=20in=20resource=20use=20=C2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/platform/Windows/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/platform/Windows/resource.rc b/host/platform/Windows/resource.rc index c928f2e4..12e2f86b 100644 --- a/host/platform/Windows/resource.rc +++ b/host/platform/Windows/resource.rc @@ -27,7 +27,7 @@ IDI_APPLICATION ICON "../../../resources/icon.ico" #define STRINGIFY2(s) #s #define STRINGIFY(s) STRINGIFY2(s) -#define COPYRIGHT_TEXT(year) (c) 2017-year The Looking Glass Developers +#define COPYRIGHT_TEXT(year) \xa9 2017-year The Looking Glass Developers #define COPYRIGHT_STR(year) STRINGIFY(COPYRIGHT_TEXT(year)) VS_VERSION_INFO VERSIONINFO @@ -41,7 +41,7 @@ FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN - BLOCK "04090000" + BLOCK "040904E4" BEGIN VALUE "CompanyName", "The Looking Glass Developers" VALUE "FileDescription", "Looking Glass (host)"