diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-08 01:16:05 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-08 01:17:48 +0200 |
commit | 5c009d449e19f38e22a940ea517fde617761f037 (patch) | |
tree | 4b982b5a50ce5912ce92e5cffc8dac547cd96653 /src/Mount/Resource.h | |
parent | 9b0cc3d6795b8c0f38e3986bdddcb91e8aa384a1 (diff) | |
download | VeraCrypt-5c009d449e19f38e22a940ea517fde617761f037.tar.gz VeraCrypt-5c009d449e19f38e22a940ea517fde617761f037.zip |
Windows: Validate XML format of EFI DcsProp after user editing and before writing it to disk. Enhance UI handling of DcsProp editing and PlatformInfo display.
Diffstat (limited to 'src/Mount/Resource.h')
-rw-r--r-- | src/Mount/Resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mount/Resource.h b/src/Mount/Resource.h index c3a61c6e..62d7ea1a 100644 --- a/src/Mount/Resource.h +++ b/src/Mount/Resource.h @@ -184,8 +184,8 @@ #define IDC_HIDE_WAITING_DIALOG 1161 #define IDC_DISABLE_BOOT_LOADER_HASH_PROMPT 1162 #define IDC_SECURE_DESKTOP_PASSWORD_ENTRY 1163 -#define IDB_SHOW_PLATFORMINFO 1164 -#define IDB_EDIT_DCSPROP 1165 +#define IDC_SHOW_PLATFORMINFO 1164 +#define IDC_EDIT_DCSPROP 1165 #define IDM_HELP 40001 #define IDM_ABOUT 40002 #define IDM_UNMOUNT_VOLUME 40003 |