summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-08 10:12:07 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-08 10:12:07 +0300
commitfc6b9e74816401ad364ff0e675767a30c84d9896 (patch)
tree165aba20abfb07fe380224044c3f00647a678e05 /options.cpp
parentd43354bf06f8f1b404d5b26d35fe5e758da12ab1 (diff)
added ability to remove conflicting filters
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;
}