diff options
author | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-09-02 14:18:42 +0000 |
---|---|---|
committer | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-09-02 14:18:42 +0000 |
commit | e9076c9059c357a52b511ac3f27887602b1254d0 (patch) | |
tree | 0535a87fdef61145dd334b7b61ab6791c31f2cf5 /plugins/MsgPopup/src | |
parent | b2879bfa51fcea9ec281c3d197fbedff88a1dc6c (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@5901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MsgPopup/src')
-rw-r--r-- | plugins/MsgPopup/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MsgPopup/src/main.cpp b/plugins/MsgPopup/src/main.cpp index ac11833dc9..71e076112a 100644 --- a/plugins/MsgPopup/src/main.cpp +++ b/plugins/MsgPopup/src/main.cpp @@ -152,7 +152,7 @@ void HookOnImport(HMODULE hModule, char *lpszImpModName, DWORD lpOrigFunc, DWORD if(!g_HookError2)
{
g_HookError2 = TRUE;
- prevMessageBox(0, TranslateT("Hmm. Something goes wrong. I can't write into the memory.\nAnd as u can c, there are no any exception raised..\nTry to call the author"), TranslateT("MsgBox"), MB_OK);
+ prevMessageBox(0, TranslateT("Hmm. Something goes wrong. I can't write into the memory.\nAnd as u can c, there are no any exception raised...\nTry to call the author"), TranslateT("MsgBox"), MB_OK);
}
}
}
|