From abc4c75c7b50fd88a1ecd819c11156695113d738 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 28 Jul 2012 21:08:07 +0000 Subject: fixed apply button git-svn-id: http://svn.miranda-ng.org/main/trunk@1232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamPlus/src/options.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/StopSpamPlus/src/options.cpp b/plugins/StopSpamPlus/src/options.cpp index 221a06f480..f823fe8e1d 100644 --- a/plugins/StopSpamPlus/src/options.cpp +++ b/plugins/StopSpamPlus/src/options.cpp @@ -38,6 +38,10 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) return FALSE; break; } + case ID_DESCRIPTION: + { + return FALSE; + } } SendMessage(GetParent(hwnd), PSM_CHANGED, 0, 0); } -- cgit v1.2.3