mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8
This commit is contained in:
parent
2e8f4e2c24
commit
49c40a2941
5 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue