diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-27 00:12:46 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-27 01:01:53 +0200 |
commit | 70215e3682345243301d410fc0072f294006403c (patch) | |
tree | a36ac199a658370a549a1fec7b1d413ff62f1ad7 /src/Format/Resource.h | |
parent | 8ebf5ac605d57eab80b600a7827d2ba48668d887 (diff) | |
download | VeraCrypt-70215e3682345243301d410fc0072f294006403c.tar.gz VeraCrypt-70215e3682345243301d410fc0072f294006403c.zip |
Windows: GUI modifications around PIN field
Diffstat (limited to 'src/Format/Resource.h')
-rw-r--r-- | src/Format/Resource.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Format/Resource.h b/src/Format/Resource.h index 2dc03faa..4cb2e579 100644 --- a/src/Format/Resource.h +++ b/src/Format/Resource.h @@ -140,10 +140,6 @@ #define IDC_DEVICE_TRANSFORM_MODE_INPLACE 1102
#define IDC_DRIVE_LETTER_LIST 1103
#define IDT_DRIVE_LETTER 1104
-#define IDT_PIN 1105
-#define IDC_PIN 1106
-#define IDC_PIN_HELP 1107
-#define IDC_EDIT1 1108
// Next default values for new objects
//
@@ -152,7 +148,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 133
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1109
+#define _APS_NEXT_CONTROL_VALUE 1105
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|