From 4cd67e491630bf983a842934f816ef6656913163 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 8 Nov 2014 13:57:59 +0000 Subject: ui fix git-svn-id: http://svn.miranda-ng.org/main/trunk@10925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/ui.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/CrashDumper/src') diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp index 2619ac0e5c..2e2a91ca29 100644 --- a/plugins/CrashDumper/src/ui.cpp +++ b/plugins/CrashDumper/src/ui.cpp @@ -203,6 +203,10 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP CheckDlgButton(hwndDlg, IDC_CLASSICDATES, clsdates); CheckDlgButton(hwndDlg, IDC_DATESUBFOLDER, dtsubfldr); CheckDlgButton(hwndDlg, IDC_CATCHCRASHES, catchcrashes); + if (!catchcrashes) { + EnableWindow(GetDlgItem(hwndDlg, IDC_CLASSICDATES), FALSE); + EnableWindow(GetDlgItem(hwndDlg, IDC_DATESUBFOLDER), FALSE); + } if (needrestart) ShowWindow(GetDlgItem(hwndDlg, IDC_RESTARTNOTE), SW_SHOW); } -- cgit v1.2.3