diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-17 08:08:44 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-17 08:08:44 +0000 |
commit | a6718704421a302ff1c8b863a26bafdde0534487 (patch) | |
tree | 926d2f8b151b826c40ae3f5dc25604f507104ff1 /plugins/StopSpamMod/src | |
parent | a9a59fbc57e6b6ba7964cc7ab37b65da54453d46 (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@5726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/src')
-rwxr-xr-x | plugins/StopSpamMod/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp index a3acf55204..c38dd8f771 100755 --- a/plugins/StopSpamMod/src/options.cpp +++ b/plugins/StopSpamMod/src/options.cpp @@ -272,7 +272,7 @@ INT_PTR CALLBACK AdvancedDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar switch (LOWORD(wParam)) { case IDC_MATH_DETAILS: { - MessageBox(NULL, TranslateT("If math expression is turned on you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one ruandom number and answer will be expression result\nMessage must contain only one expression without spaces"), TranslateT("Info"), MB_OK); + MessageBox(hwnd, TranslateT("If math expression is turned on you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result\nMessage must contain only one expression without spaces"), TranslateT("Info"), MB_OK); } break; case IDC_INVIS_DISABLE: |