diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 00:22:31 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 00:24:02 +0200 |
commit | 74e14c070fb5bebe5258dde72e879fe7be1e43cf (patch) | |
tree | 16b35bea9c9bae357473c371090e6db6ab2998c4 /src/ExpandVolume/resource.h | |
parent | 11f1a21652b2509be9b526ef0c0ed575a0fc5908 (diff) | |
download | VeraCrypt-74e14c070fb5bebe5258dde72e879fe7be1e43cf.tar.gz VeraCrypt-74e14c070fb5bebe5258dde72e879fe7be1e43cf.zip |
Windows: A Quick Expand option to VeraCrypt Expander to allow quicker expansion of file containers after warning about security issues associated with it.
Diffstat (limited to 'src/ExpandVolume/resource.h')
-rw-r--r-- | src/ExpandVolume/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ExpandVolume/resource.h b/src/ExpandVolume/resource.h index 993c414f..99d89dda 100644 --- a/src/ExpandVolume/resource.h +++ b/src/ExpandVolume/resource.h @@ -71,6 +71,7 @@ #define IDC_OLD_PIM 1143 #define IDC_OLD_PIM_HELP 1144 #define ID_HOMEPAGE 1145 +#define IDC_QUICKEXPAND 1146 #define IDM_HELP 40001 #define IDM_ABOUT 40002 #define IDM_UNMOUNT_VOLUME 40003 @@ -135,13 +136,13 @@ #define IDM_MANAGE_TOKEN_KEYFILES 40062 // Next default values for new objects -// +// #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 120 #define _APS_NEXT_COMMAND_VALUE 40064 -#define _APS_NEXT_CONTROL_VALUE 1146 +#define _APS_NEXT_CONTROL_VALUE 1147 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |