diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-08 23:21:15 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-10 01:44:06 +0200 |
commit | 09db742c3e7e2d10bbef4619aff395d154386ee0 (patch) | |
tree | 0eb7a1b96f8ec6dc617f20d1f18c7319c5ac00be /src/Mount/Resource.h | |
parent | a36cf1f01e75930a2afbb3697e1ef6f9870f4028 (diff) | |
download | VeraCrypt-09db742c3e7e2d10bbef4619aff395d154386ee0.tar.gz VeraCrypt-09db742c3e7e2d10bbef4619aff395d154386ee0.zip |
Windows: Add missing IDC_COPY_EXPANDER control definition
Diffstat (limited to 'src/Mount/Resource.h')
-rw-r--r-- | src/Mount/Resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mount/Resource.h b/src/Mount/Resource.h index adc116e0..aeffde57 100644 --- a/src/Mount/Resource.h +++ b/src/Mount/Resource.h @@ -169,6 +169,7 @@ #define IDC_NEW_PIM_ENABLE 1145
#define IDC_SHOW_PIM 1146
#define IDC_FAVORITE_USE_LABEL_IN_EXPLORER 1147
+#define IDC_COPY_EXPANDER 1148
#define IDM_HELP 40001
#define IDM_ABOUT 40002
#define IDM_UNMOUNT_VOLUME 40003
@@ -244,7 +245,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40068
-#define _APS_NEXT_CONTROL_VALUE 1148
+#define _APS_NEXT_CONTROL_VALUE 1149
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|