summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp6
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;
}