diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 01:17:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 01:33:19 +0200 |
commit | 9e1e128b14dd51de4e036a8002d2cad40efaaf54 (patch) | |
tree | 1d93e7317f8a7afd86989dca4e475918e97295eb /src/Mount/Mount.rc | |
parent | 52c7445a795a623bc326699a5c465e8fa5294425 (diff) | |
download | VeraCrypt-9e1e128b14dd51de4e036a8002d2cad40efaaf54.tar.gz VeraCrypt-9e1e128b14dd51de4e036a8002d2cad40efaaf54.zip |
Windows: Add functionality to verify Rescue Disk ISO image file.
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 4d40c358..2365998b 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -588,6 +588,7 @@ BEGIN MENUITEM SEPARATOR
MENUITEM "Create Rescue Disk...", IDM_CREATE_RESCUE_DISK
MENUITEM "Verify Rescue Disk", IDM_VERIFY_RESCUE_DISK
+ MENUITEM "Verify Rescue Disk ISO Image",IDM_VERIFY_RESCUE_DISK_ISO
MENUITEM SEPARATOR
MENUITEM "Mount Without Pre-Boot &Authentication...", IDM_MOUNT_SYSENC_PART_WITHOUT_PBA
MENUITEM SEPARATOR
|