diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-07-27 13:03:29 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:21:57 +0100 |
commit | 80a26745a6997dfcae79e2e852f6231767eb6dbf (patch) | |
tree | e2f3c758c1f780680aed005871e541d3c1c60025 /src/Main/Forms/VolumePasswordPanel.cpp | |
parent | 88b4628c340cde3cedf6d13d818323386cacd160 (diff) | |
download | VeraCrypt-80a26745a6997dfcae79e2e852f6231767eb6dbf.tar.gz VeraCrypt-80a26745a6997dfcae79e2e852f6231767eb6dbf.zip |
Linux GUI : hide the wipe choice during volume creation. Remove extra content from wipe choice list.
Diffstat (limited to 'src/Main/Forms/VolumePasswordPanel.cpp')
-rw-r--r-- | src/Main/Forms/VolumePasswordPanel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Main/Forms/VolumePasswordPanel.cpp b/src/Main/Forms/VolumePasswordPanel.cpp index 38463728..5b1b9db6 100644 --- a/src/Main/Forms/VolumePasswordPanel.cpp +++ b/src/Main/Forms/VolumePasswordPanel.cpp | |||
@@ -62,7 +62,9 @@ namespace VeraCrypt | |||
62 | KeyfilesButton->Show (enableKeyfiles); | 62 | KeyfilesButton->Show (enableKeyfiles); |
63 | 63 | ||
64 | Pkcs5PrfStaticText->Show (enablePkcs5Prf); | 64 | Pkcs5PrfStaticText->Show (enablePkcs5Prf); |
65 | Pkcs5PrfChoice->Show (enablePkcs5Prf); | 65 | Pkcs5PrfChoice->Show (enablePkcs5Prf); |
66 | HeaderWipeCountText->Show (enablePkcs5Prf); | ||
67 | HeaderWipeCount->Show (enablePkcs5Prf); | ||
66 | 68 | ||
67 | if (enablePkcs5Prf) | 69 | if (enablePkcs5Prf) |
68 | { | 70 | { |