Linux/MacOSX: display error message when entered PIM is too big in the Volume Creation Wizard.

This commit is contained in:
Mounir IDRASSI
2016-10-17 18:40:20 +02:00
parent 57ce7aab7b
commit 3bad079d75
+1
View File
@@ -807,6 +807,7 @@ namespace VeraCrypt
if (-1 == Pim) if (-1 == Pim)
{ {
// PIM invalid: don't go anywhere // PIM invalid: don't go anywhere
Gui->ShowError ("PIM_TOO_BIG");
return GetCurrentStep(); return GetCurrentStep();
} }