From 6f8f9f8a35c325f60ce3f720f64a4616c74ecd3a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 8 Oct 2010 03:04:43 +0300 Subject: firstrun rework --- messages.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index 394fcc3..99b1687 100644 --- a/messages.cpp +++ b/messages.cpp @@ -599,12 +599,12 @@ static BOOL CALLBACK DlgProcKeyPassword(HWND hwndDlg, UINT msg, WPARAM wParam, L case WM_NOTIFY: { - switch (((LPNMHDR)lParam)->code) +/* switch (((LPNMHDR)lParam)->code) { default: EnableWindow(GetDlgItem(hwndDlg, IDC_DEFAULT_PASSWORD), IsDlgButtonChecked(hwndDlg, IDC_SAVE_PASSWORD)?1:0); break; - } + }*/ } break; case WM_CLOSE: -- cgit v1.2.3