From fc6b9e74816401ad364ff0e675767a30c84d9896 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 8 Oct 2010 10:12:07 +0300 Subject: added ability to remove conflicting filters --- options.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'options.cpp') 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; } -- cgit v1.2.3