From b924357ea92c6ab17c951b298cd6f0b86db106fa Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 26 Aug 2021 11:30:53 +0800 Subject: [PATCH] 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. --- src/qbittorrent.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index 3ecf144eb..c81e5e26a 100644 --- a/src/qbittorrent.rc +++ b/src/qbittorrent.rc @@ -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"