diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 18:11:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 18:11:25 +0000 |
commit | ffed76f74a34332c790fc1feda6cff48827606ad (patch) | |
tree | 08bf8667da2994e8c94e13d6620cc5b7850c2afe | |
parent | 35d3049895752c90438cc78cdd343b148e90ced3 (diff) |
Miranda IM renamed to Miranda NG
git-svn-id: http://svn.miranda-ng.org/main/trunk@1130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/version.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.rc b/src/version.rc index dbd0c7bebd..246c523b2c 100644 --- a/src/version.rc +++ b/src/version.rc @@ -32,14 +32,14 @@ BEGIN BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License\0"
VALUE "CompanyName", " \0"
- VALUE "FileDescription", "Miranda IM\0"
+ VALUE "FileDescription", "Miranda NG\0"
VALUE "FileVersion", MIRANDA_VERSION_DISPLAY
VALUE "InternalName", "miranda32\0"
- VALUE "LegalCopyright", "Copyright © 2000-2010 Miranda IM Project. This software is released under the terms of the GNU General Public License.\0"
+ VALUE "LegalCopyright", "Copyright © 2000-2012 Miranda NG Project. This software is released under the terms of the GNU General Public License.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "miranda32.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Miranda IM\0"
+ VALUE "ProductName", "Miranda NG\0"
VALUE "ProductVersion", MIRANDA_VERSION_DISPLAY
VALUE "SpecialBuild", "\0"
END
|