summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-15 15:08:45 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-15 15:08:45 -0400
commit58fbdc1c22a75ca18ff9a4e1a8dc9e02b0c052c5 (patch)
tree1f16572b404d7a3cecc8c4e1db4c76d29dfdc45d
parent14c9da193919b367cae48659fc0102b16cdc71a7 (diff)
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
-rw-r--r--src/version.rc2
1 files changed, 1 insertions, 1 deletions
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