diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-26 18:11:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-26 23:23:22 +0300 |
commit | 2f8c81deca6df64e0ae4c228e2bee9aec506e5fe (patch) | |
tree | 7c42ab9c4ff622fa58ced3a85b6710d3b6ff5fc5 /src | |
parent | d15f891f23566f31897bfc64f054a1836dc27086 (diff) | |
download | plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.tar.gz plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.tar.bz2 plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.tar.xz plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.zip |
Add evol icon for windows branding.
Diffstat (limited to 'src')
-rw-r--r-- | src/manaplus.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/manaplus.rc b/src/manaplus.rc index b7720e2cc..1a6513bd6 100644 --- a/src/manaplus.rc +++ b/src/manaplus.rc @@ -3,6 +3,7 @@ #include "winver.h" A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../data/icons/manaplus.ico" +evol ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../data/evol/icons/manaplus.ico" 1 VERSIONINFO FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD @@ -11,10 +12,10 @@ PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "CompanyName", "The Mana Development Team" + VALUE "CompanyName", "The ManaPlus Development Team" VALUE "FileVersion", PACKAGE_VERSION "4144" VALUE "FileDescription", "ManaPlus" - VALUE "LegalCopyright", "2004-2010 (C)" + VALUE "LegalCopyright", "2004-2012 (C)" VALUE "OriginalFilename", "manaplus.exe" VALUE "ProductName", "ManaPlus MMORPG Client" VALUE "ProductVersion", PACKAGE_VERSION "4144" |