mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Specify Unicode for resource block (#15370)
The StringFileInfo block was using "1252 Multilingual", change it to "1200 Unicode" for consistency. https://docs.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block Closes #15364.
This commit is contained in:
parent
b823d74ac3
commit
b924357ea9
@ -29,7 +29,7 @@ FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BLOCK "040904B0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "The qBittorrent Project"
|
||||
VALUE "FileDescription", "qBittorrent - A Bittorrent Client"
|
||||
|
Loading…
Reference in New Issue
Block a user