From 88ef238593f256b7fffb34b494c334dbc11e4116 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 14 Jul 2015 15:45:21 +0200 Subject: Windows: in encryption wizard, clicking "Previous" in the "Large File Support" page should take to password page if PIM not enabled. --- src/Format/Tcformat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Format/Tcformat.c') diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index be4919ab..ae9d7702 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -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 nNeedToStoreFilesOver4GB = Get2RadButtonPageAnswer(); + + nNewPageNo = (PimEnable? PIM_PAGE : PASSWORD_PAGE) + 1; // Skip PIM page if it is not enabled } else if (nCurPageNo == PASSWORD_PAGE) -- cgit v1.2.3