Browse Source

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.
adaptive-webui-19844
Chocobo1 3 years ago committed by GitHub
parent
commit
b924357ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/qbittorrent.rc

2
src/qbittorrent.rc

@ -29,7 +29,7 @@ FILESUBTYPE VFT2_UNKNOWN
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
BLOCK "040904E4" BLOCK "040904B0"
BEGIN BEGIN
VALUE "CompanyName", "The qBittorrent Project" VALUE "CompanyName", "The qBittorrent Project"
VALUE "FileDescription", "qBittorrent - A Bittorrent Client" VALUE "FileDescription", "qBittorrent - A Bittorrent Client"

Loading…
Cancel
Save