[PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8

This commit is contained in:
Mark Jansen 2025-03-26 16:00:16 +01:00
parent 2e8f4e2c24
commit 49c40a2941
5 changed files with 8 additions and 8 deletions

View file

@ -38,7 +38,7 @@ BEGIN
VALUE "FileDescription", "Win32 Example Application"
VALUE "FileVersion", "1.0.0.0"
VALUE "InternalName", "Win32App"
VALUE "LegalCopyright", "©2017 Transmission Zero"
VALUE "LegalCopyright", "(c)2017 Transmission Zero"
VALUE "OriginalFilename", "Win32App.exe"
VALUE "ProductName", "Win32 Example Application"
VALUE "ProductVersion", "1.0.0.0"
@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDI_APPICON,IDC_STATIC,7,7,20,20
LTEXT "Win32 Example Application",IDC_STATIC,34,7,89,8
LTEXT "©2017 Transmission Zero",IDC_STATIC,34,17,86,8
LTEXT "(c)2017 Transmission Zero",IDC_STATIC,34,17,86,8
DEFPUSHBUTTON "OK",IDOK,90,46,50,14,WS_GROUP
END