diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 10:12:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 10:12:07 +0300 |
commit | fc6b9e74816401ad364ff0e675767a30c84d9896 (patch) | |
tree | 165aba20abfb07fe380224044c3f00647a678e05 /options.cpp | |
parent | d43354bf06f8f1b404d5b26d35fe5e758da12ab1 (diff) |
added ability to remove conflicting filters
Diffstat (limited to 'options.cpp')
-rw-r--r-- | options.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/options.cpp b/options.cpp index 28eb55a..15dffb5 100644 --- a/options.cpp +++ b/options.cpp @@ -356,7 +356,11 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA SetDlgItemText(hwndDlg, IDC_LOG_FILE_EDIT, tmp); mir_free(tmp); } - break; + break; + case IDC_REMOVE_FILTERS: + void SecureIM_cleanup(); + SecureIM_cleanup(); + break; default: break; } |