diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-25 14:30:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-25 14:30:02 +0000 |
commit | 0b42d1d06cef26e4161ec541d2251ff3f56928c2 (patch) | |
tree | 88d6147306f0ae0d82ce7b1d724b0548078ee32c /plugins/Clist_modern | |
parent | 50f9d403c35341b0bbc0b026995761e3cefc28d3 (diff) |
Miranda IM renamed to Miranda NG part 7
git-svn-id: http://svn.miranda-ng.org/main/trunk@1178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/skin.msf | 6 | ||||
-rw-r--r-- | plugins/Clist_modern/res/version.rc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Clist_modern/res/skin.msf b/plugins/Clist_modern/res/skin.msf index 8197689075..48e5828a54 100644 --- a/plugins/Clist_modern/res/skin.msf +++ b/plugins/Clist_modern/res/skin.msf @@ -15,9 +15,9 @@ fProfFont = sVerdana,12,---
-tProfile0 = s$$Window,26,4,-32,19,LTRTCC,fProfFont,0x80535666,0,Miranda IM
-tProfile1 = s$$Window,28,6,-30,21,LTRTCC,fProfFont,0x80FFFFFF,0,Miranda IM
-tProfile2 = s$$Window,27,5,-31,20,LTRTCC,fProfFont,0x395C7E,0,Miranda IM
+tProfile0 = s$$Window,26,4,-32,19,LTRTCC,fProfFont,0x80535666,0,Miranda NG
+tProfile1 = s$$Window,28,6,-30,21,LTRTCC,fProfFont,0x80FFFFFF,0,Miranda NG
+tProfile2 = s$$Window,27,5,-31,20,LTRTCC,fProfFont,0x395C7E,0,Miranda NG
$$Window = sGlyph,Fragment,back%.tga,0,0,100,50,StretchBoth,11,24,12,12,255
diff --git a/plugins/Clist_modern/res/version.rc b/plugins/Clist_modern/res/version.rc index afc9b038c9..7e163ed4b9 100644 --- a/plugins/Clist_modern/res/version.rc +++ b/plugins/Clist_modern/res/version.rc @@ -24,12 +24,12 @@ BEGIN BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License"
VALUE "CompanyName", " "
- VALUE "FileDescription", "Miranda IM Contact List. Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
+ VALUE "FileDescription", "Miranda NG Contact List. Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
VALUE "FileVersion", FILE_VERSION_STR
VALUE "InternalName", "Modern Contact List"
VALUE "LegalCopyright", "Copyright © 2000-2005 Artem Shpynov, Richard Hughes, Roland Rabien, Tristan Van de Vreede, Martin Oberg, Robert Rainwater, Sam Kothari and Lyon Lim"
VALUE "OriginalFilename", "clist_modern.dll"
- VALUE "ProductName", "Miranda IM Contact List. Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
+ VALUE "ProductName", "Miranda NG Contact List. Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
VALUE "ProductVersion", PRODUCT_VERSION_STR
END
END
|