1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: in encryption wizard, clicking "Previous" in the "Large File Support" page should take to password page if PIM not enabled.

This commit is contained in:
Mounir IDRASSI
2015-07-14 15:45:21 +02:00
parent 046513b7c9
commit 88ef238593

View File

@@ -8304,6 +8304,8 @@ ovf_end:
fileSystem = FILESYS_NONE; // The user may have gone back and changed the answer, so default file system must be reselected fileSystem = FILESYS_NONE; // The user may have gone back and changed the answer, so default file system must be reselected
nNeedToStoreFilesOver4GB = Get2RadButtonPageAnswer(); nNeedToStoreFilesOver4GB = Get2RadButtonPageAnswer();
nNewPageNo = (PimEnable? PIM_PAGE : PASSWORD_PAGE) + 1; // Skip PIM page if it is not enabled
} }
else if (nCurPageNo == PASSWORD_PAGE) else if (nCurPageNo == PASSWORD_PAGE)