diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-28 00:14:08 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-28 01:54:53 +0200 |
commit | 86dc27dcb831165c1c0140501b870c8092caa558 (patch) | |
tree | 508f1b36275f544c890199a5439f7a1858166543 /src/Format/Resource.h | |
parent | cfb591a9e9f79c993f1a9ec4fd1fab03c68a04f4 (diff) | |
download | VeraCrypt-86dc27dcb831165c1c0140501b870c8092caa558.tar.gz VeraCrypt-86dc27dcb831165c1c0140501b870c8092caa558.zip |
Windows: Treat the PIM like a password and make it visible when "Display password" is checked.
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 3b717e84..e7048d66 100644 --- a/src/Format/Resource.h +++ b/src/Format/Resource.h @@ -142,6 +142,7 @@ #define IDC_DRIVE_LETTER_LIST 1103
#define IDT_DRIVE_LETTER 1104
#define IDC_LINK_PIM_INFO 1105
+#define IDC_SHOW_PIM 1106
// Next default values for new objects
//
@@ -150,7 +151,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 134
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1106
+#define _APS_NEXT_CONTROL_VALUE 1107
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|