From 8bfc7f1caa33593aba8ac0f9450be3ead04f907b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 17 Mar 2016 14:04:50 +0100 Subject: Windows: Correctly disable/enable the "Display PIM" checkbox in the favorites configuration dialog --- src/Mount/Favorites.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Mount/Favorites.cpp b/src/Mount/Favorites.cpp index c0c01c24..74354ced 100644 --- a/src/Mount/Favorites.cpp +++ b/src/Mount/Favorites.cpp @@ -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); -- cgit v1.2.3