Fix wrong codepoint in rc file with llvm-rc
This commit is contained in:
parent
82d2c9f8af
commit
7b5a01d971
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ BEGIN
|
|||
VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0"
|
||||
VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||
VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1992-2023 wxWidgets development team\0"
|
||||
VALUE "LegalCopyright", L"Copyright \xa9 1992-2023 wxWidgets development team\0"
|
||||
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
||||
VALUE "ProductName", "wxWidgets\0"
|
||||
VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue