From 1b462383efbea883f1246d6a3809f99515700ec6 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 25 Nov 2021 10:38:55 +0100 Subject: [PATCH] Fixed the copyright symbol in VS_VERSION_INFO. --- src/win/86Box.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/86Box.rc b/src/win/86Box.rc index bb237f606..143c670df 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -331,7 +331,7 @@ BEGIN VALUE "FileDescription", EMU_NAME "\0" VALUE "FileVersion", EMU_VERSION "\0" VALUE "InternalName", EMU_NAME "\0" - VALUE "LegalCopyright", "Copyright \xc2\xa9 2007-" COPYRIGHT_YEAR " " EMU_NAME " contributors\0" + VALUE "LegalCopyright", "Copyright \xa9 2007-" COPYRIGHT_YEAR " " EMU_NAME " contributors\0" VALUE "OriginalFilename", "86box.exe\0" VALUE "ProductName", EMU_NAME "\0" VALUE "ProductVersion", EMU_VERSION "\0"