diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-22 01:12:32 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-26 17:44:09 +0200 |
commit | f41be7399b414da60ab5eec2a84aedf5e77ae00e (patch) | |
tree | 359d4db2c8f6f5b337215ea7279a3bf2ac24da26 /src/Format/Resource.h | |
parent | 307568f631dd792780cb552b8eafcd91bd8c651c (diff) | |
download | VeraCrypt-f41be7399b414da60ab5eec2a84aedf5e77ae00e.tar.gz VeraCrypt-f41be7399b414da60ab5eec2a84aedf5e77ae00e.zip |
Windows: Support specifying volumes size using TB in GUI as it is the case in command line.
Diffstat (limited to 'src/Format/Resource.h')
-rw-r--r-- | src/Format/Resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Format/Resource.h b/src/Format/Resource.h index e7048d66..d41c8f5e 100644 --- a/src/Format/Resource.h +++ b/src/Format/Resource.h @@ -143,6 +143,7 @@ #define IDT_DRIVE_LETTER 1104
#define IDC_LINK_PIM_INFO 1105
#define IDC_SHOW_PIM 1106
+#define IDC_TB 1107
// Next default values for new objects
//
@@ -151,7 +152,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 134
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1107
+#define _APS_NEXT_CONTROL_VALUE 1108
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|