From 173a6451b21220b39f589d7f9032fbd59724cbca Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 15 Jul 2013 21:13:14 +0000 Subject: removed "Reset all hidden warnings" from about dialog. It is deplaced there. Having it in the options is enough git-svn-id: http://svn.miranda-ng.org/main/trunk@5376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/srmm.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/TabSRMM/src/srmm.cpp') diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp index c3efa5aaf1..d52c9543ca 100644 --- a/plugins/TabSRMM/src/srmm.cpp +++ b/plugins/TabSRMM/src/srmm.cpp @@ -252,10 +252,6 @@ INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar case IDC_SUPPORT: CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda.or.at/"); break; - case IDC_RESETWARNINGS: - db_set_dw(0, SRMSGMOD_T, "cWarningsL", 0); - db_set_dw(0, SRMSGMOD_T, "cWarningsH", 0); - break; } break; case WM_CTLCOLOREDIT: -- cgit v1.2.3