summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-08 03:04:43 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-08 03:04:43 +0300
commit6f8f9f8a35c325f60ce3f720f64a4616c74ecd3a (patch)
tree9272f5796f5d0833819f44c8395f57b5679f75e1 /messages.cpp
parent20fe45cad49f46bdfad5fc934d3c4ff9cddb26ce (diff)
firstrun rework
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: