diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 15:31:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 15:31:38 +0000 |
commit | c2e13d700cbab383b9326ae1fac5991633a42392 (patch) | |
tree | 32e67ce6b0eedcf1ee7e3f5e9dd3bdb1dc08560d /plugins/!NotAdopted/SMS | |
parent | f7deb798b058ebfcf6563d27c7cedcfa84ee89b5 (diff) |
Yet another Miranda IM > NG rename part 3
git-svn-id: http://svn.miranda-ng.org/main/trunk@1467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/SMS')
-rw-r--r-- | plugins/!NotAdopted/SMS/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/SMS/main.cpp b/plugins/!NotAdopted/SMS/main.cpp index c056cbbc30..051064ac4d 100644 --- a/plugins/!NotAdopted/SMS/main.cpp +++ b/plugins/!NotAdopted/SMS/main.cpp @@ -196,7 +196,7 @@ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) {
if (mirandaVersion<MIN_MIR_VER_VERSION_DWORD)
{
- MessageBox(NULL,TEXT("Pleace, update your Miranda IM, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
+ MessageBox(NULL,TEXT("Pleace, update your Miranda NG, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
return(NULL);
}
return(&pluginInfoEx);
|