From 3bad079d758edef34136a3d9634cfa52d823502c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 28 Sep 2016 00:22:14 +0200 Subject: Linux/MacOSX: display error message when entered PIM is too big in the Volume Creation Wizard. --- src/Main/Forms/VolumeCreationWizard.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/Forms/VolumeCreationWizard.cpp') diff --git a/src/Main/Forms/VolumeCreationWizard.cpp b/src/Main/Forms/VolumeCreationWizard.cpp index 05568f82..776e98eb 100644 --- a/src/Main/Forms/VolumeCreationWizard.cpp +++ b/src/Main/Forms/VolumeCreationWizard.cpp @@ -807,6 +807,7 @@ namespace VeraCrypt if (-1 == Pim) { // PIM invalid: don't go anywhere + Gui->ShowError ("PIM_TOO_BIG"); return GetCurrentStep(); } -- cgit v1.2.3