From 58fbdc1c22a75ca18ff9a4e1a8dc9e02b0c052c5 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 15 Jun 2019 15:08:45 -0400 Subject: removed 'L' from the language code: - it's incorrect, since language codes are unsigned shorts, and - it actually breaks the translation section and makes retrieving it through standard Windows API fail --- src/version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/version.rc b/src/version.rc index af6fd603..04259d7d 100644 --- a/src/version.rc +++ b/src/version.rc @@ -32,6 +32,6 @@ BEGIN BLOCK "VarFileInfo" BEGIN - VALUE "Translation", 0x0409L, 1200 + VALUE "Translation", 0x0409, 1200 END END -- cgit v1.3.1