diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-30 23:18:07 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-31 00:30:58 +0200 |
commit | 90f91945582b2020f236d666e16028159143c57f (patch) | |
tree | 58f5903cc4726b9d2dacc637fbcdaaeddc39b1bf /src/Common/Resource.h | |
parent | dc6c279339f8e3a18569afce002fc9329cebeeb7 (diff) | |
download | VeraCrypt-90f91945582b2020f236d666e16028159143c57f.tar.gz VeraCrypt-90f91945582b2020f236d666e16028159143c57f.zip |
Windows: Support setting volume label in Explorer through mount option. Support using favorite label as label in Explorer.
Diffstat (limited to 'src/Common/Resource.h')
-rw-r--r-- | src/Common/Resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Common/Resource.h b/src/Common/Resource.h index f1c20214..dfad1274 100644 --- a/src/Common/Resource.h +++ b/src/Common/Resource.h @@ -192,6 +192,8 @@ #define IDC_PIM 5130
#define IDC_PIM_HELP 5131
#define IDC_PIM_ENABLE 5132
+#define IDC_VOLUME_LABEL 5133
+#define IDT_VOLUME_LABEL 5134
// Next default values for new objects
//
@@ -200,7 +202,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 542
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 5133
+#define _APS_NEXT_CONTROL_VALUE 5135
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|