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/Import/res | |
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/Import/res')
-rw-r--r-- | plugins/Import/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index 3ad1b1111a..632fc88996 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
LTEXT "Choose how you would like to import:",IDC_STATIC,5,16,
210,8
- CONTROL "From a Miranda IM database.",IDC_MIRANDA,"Button",
+ CONTROL "From a Miranda NG database.",IDC_MIRANDA,"Button",
BS_AUTORADIOBUTTON,11,31,204,10
END
@@ -311,12 +311,12 @@ BEGIN BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License"
VALUE "CompanyName", " "
- VALUE "FileDescription", "Miranda IM Import Plugin"
+ VALUE "FileDescription", "Miranda NG Import Plugin"
VALUE "FileVersion", "0.8.0.1"
VALUE "InternalName", "import"
VALUE "LegalCopyright", "Copyright © 2000-2009, Martin Öberg, Richard Hughes, Dmitry Kuzkin, George Hazan"
VALUE "OriginalFilename", "import.dll"
- VALUE "ProductName", "Miranda IM"
+ VALUE "ProductName", "Miranda NG"
VALUE "ProductVersion", "0.8.0.1"
END
END
|