diff options
-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);
}
|