Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-04 01:11:50 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-04 01:11:50 +0400
commit2cdbb624f945c35849b5430e2a6627e2bfaeb37a (patch)
tree62f2d713867c72a72368979237907c50f7024c70 /src/apps/mplayerc/mpciconlib
parent59cd6e130d4e64500e46b3d31cfbc7c327cef119 (diff)
Use the right VersionInfo Block Header for every resource file
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2187 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/mpciconlib')
-rw-r--r--src/apps/mplayerc/mpciconlib/mpciconlib.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/apps/mplayerc/mpciconlib/mpciconlib.rc b/src/apps/mplayerc/mpciconlib/mpciconlib.rc
index 2b0206949..1eb3e3044 100644
--- a/src/apps/mplayerc/mpciconlib/mpciconlib.rc
+++ b/src/apps/mplayerc/mpciconlib/mpciconlib.rc
@@ -98,6 +98,7 @@ IDI_DVDF_ICON ICON "..\\Icons\\dvdf.ico"
//
// Version
//
+
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_MAJOR,VERSION_MINOR,0,0
PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,0,0
@@ -113,9 +114,9 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "000904b0"
+ BLOCK "040904b0"
BEGIN
- VALUE "Comments", "Media Player Classic - Home Cinema mpciconlib"
+ VALUE "Comments", "Media Player Classic - Home Cinema Icon Library"
VALUE "CompanyName", "MPC-HC Team"
VALUE "FileDescription", "Media Player Classic - Home Cinema Icon Library"
VALUE "FileVersion", MAKE_STR(VERSION_MAJOR) ", " MAKE_STR(VERSION_MINOR) ", 0, 0 "
@@ -128,7 +129,7 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x9, 1200
+ VALUE "Translation", 0x409, 1200
END
END