summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'messages.cpp')
-rw-r--r--messages.cpp4
1 files changed, 2 insertions, 2 deletions
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: