diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-06 20:12:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-06 20:12:37 +0000 |
commit | 693fbac515da1d30b632ee1f053829b8e3f801cd (patch) | |
tree | 3cc277bbda4dd3146232de5b3ef7f440f9a66b99 /plugins/HistoryStats/src/main.cpp | |
parent | 7f78de1c025a6a6be22bd7b6754a67097aa3a32f (diff) |
IM <> MG
git-svn-id: http://svn.miranda-ng.org/main/trunk@8433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/main.cpp')
-rw-r--r-- | plugins/HistoryStats/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/main.cpp b/plugins/HistoryStats/src/main.cpp index 8d0d5470e4..5da8460d05 100644 --- a/plugins/HistoryStats/src/main.cpp +++ b/plugins/HistoryStats/src/main.cpp @@ -471,9 +471,9 @@ extern "C" __declspec(dllexport) int Load() {
MessageBox(
0,
- _T("This version of HistoryStats isn't compatible with your Miranda IM ")
- _T("version. Possibly, your Miranda IM is outdated or you are trying to ")
- _T("use the Unicode version with a non-Unicode Miranda IM.\r\n\r\n")
+ _T("This version of HistoryStats isn't compatible with your Miranda NG ")
+ _T("version. Possibly, your Miranda NG is outdated or you are trying to ")
+ _T("use the Unicode version with a non-Unicode Miranda NG.\r\n\r\n")
_T("Please go to the plugin's homepage and check the requirements."),
_T("HistoryStats - Error"),
MB_OK | MB_ICONERROR);
|