From cea768a93430b1823cc3d2e683282833b70b75f1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 27 Mar 2014 22:18:54 -0400 Subject: Fix .rc files so version info shows on Windows 7. Thanks to Brad Harding for the bug report. This fixes #319. --- msvc/win32.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'msvc/win32.rc') diff --git a/msvc/win32.rc b/msvc/win32.rc index fc418521..7732e405 100644 --- a/msvc/win32.rc +++ b/msvc/win32.rc @@ -49,6 +49,10 @@ BEGIN VALUE "ProductVersion", "2.0.0" END END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 + END END // GhostlyDeath - Preferebly for codeblocks (if it even uses this RC!) -- cgit v1.2.3