summaryrefslogtreecommitdiff
path: root/src/manaplus.rc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-26 18:11:28 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-26 23:23:22 +0300
commit2f8c81deca6df64e0ae4c228e2bee9aec506e5fe (patch)
tree7c42ab9c4ff622fa58ced3a85b6710d3b6ff5fc5 /src/manaplus.rc
parentd15f891f23566f31897bfc64f054a1836dc27086 (diff)
downloadplus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.tar.gz
plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.tar.bz2
plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.tar.xz
plus-2f8c81deca6df64e0ae4c228e2bee9aec506e5fe.zip
Add evol icon for windows branding.
Diffstat (limited to 'src/manaplus.rc')
-rw-r--r--src/manaplus.rc5
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"