diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-28 21:08:07 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-28 21:08:07 +0000 |
commit | abc4c75c7b50fd88a1ecd819c11156695113d738 (patch) | |
tree | 20aba72a6520957b58a064223f28825c5a6c7b75 /plugins/StopSpamPlus | |
parent | bb8db33a66ee6a0080c55790d18bd7630ccc002d (diff) |
fixed apply button
git-svn-id: http://svn.miranda-ng.org/main/trunk@1232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus')
-rw-r--r-- | plugins/StopSpamPlus/src/options.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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);
}
|