summaryrefslogtreecommitdiff
path: root/src/manaplus.rc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-13 15:37:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-13 15:37:33 -0300
commite3fad19e04900ec23db6a4b42a6a3208bd276e4b (patch)
treedbae0fe700c5abf66aca7b783a42c8d95a64cd54 /src/manaplus.rc
parentcab0cf80f75d890b908c4526c9c83abd1e9017c1 (diff)
downloadplus-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.tar.gz
plus-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.tar.bz2
plus-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.tar.xz
plus-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.zip
Continue what we started; But preserve more of the hardcoded stuff
(Including manaplus.exe - no renaming Windows build I guess)
Diffstat (limited to 'src/manaplus.rc')
-rw-r--r--src/manaplus.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manaplus.rc b/src/manaplus.rc
index 5a56dcc0e..6ec5642ff 100644
--- a/src/manaplus.rc
+++ b/src/manaplus.rc
@@ -17,7 +17,7 @@ PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
VALUE "FileVersion", PACKAGE_VERSION "4144"
VALUE "FileDescription", "ManaVerse"
VALUE "LegalCopyright", "2004-2014 (C)"
- VALUE "OriginalFilename", "manaverse.exe"
+ VALUE "OriginalFilename", "manaplus.exe"
VALUE "ProductName", "ManaVerse MMORPG Client"
VALUE "ProductVersion", PACKAGE_VERSION "4144"
}