Windows: Correctly disable/enable the "Display PIM" checkbox in the favorites configuration dialog

This commit is contained in:
Mounir IDRASSI 2016-03-17 14:04:50 +01:00
parent 8580464e51
commit 8bfc7f1caa
1 changed files with 1 additions and 0 deletions

View File

@ -841,6 +841,7 @@ namespace VeraCrypt
EnableWindow (GetDlgItem (hwndDlg, IDC_FAVORITE_REMOVE), enable);
EnableWindow (GetDlgItem (hwndDlg, IDT_PIM), enable);
EnableWindow (GetDlgItem (hwndDlg, IDC_PIM), enable);
EnableWindow (GetDlgItem (hwndDlg, IDC_SHOW_PIM), enable);
EnableWindow (GetDlgItem (hwndDlg, IDC_PIM_HELP), enable);
EnableWindow (GetDlgItem (hwndDlg, IDT_FAVORITE_LABEL), enable);
EnableWindow (GetDlgItem (hwndDlg, IDC_FAVORITE_LABEL), enable);