diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-25 00:41:02 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-25 00:41:02 +0200 |
commit | 394ed5d867402b8dec51094281492c1552d5478e (patch) | |
tree | 71a9bc071c798d940e1a4d0ad8d8f24bbe851221 /src/ExpandVolume/resource.h | |
parent | 52b3e0113a94d09c136320f302f0c2e0dead27a2 (diff) | |
download | VeraCrypt-394ed5d867402b8dec51094281492c1552d5478e.tar.gz VeraCrypt-394ed5d867402b8dec51094281492c1552d5478e.zip |
Windows: Better language localization support for Expander.
More work is needed to localize remaining string resources
Diffstat (limited to 'src/ExpandVolume/resource.h')
-rw-r--r-- | src/ExpandVolume/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ExpandVolume/resource.h b/src/ExpandVolume/resource.h index 99d89dda..51fe1c0c 100644 --- a/src/ExpandVolume/resource.h +++ b/src/ExpandVolume/resource.h @@ -72,6 +72,7 @@ #define IDC_OLD_PIM_HELP 1144 #define ID_HOMEPAGE 1145 #define IDC_QUICKEXPAND 1146 +#define IDC_STEPSEXPAND 1147 #define IDM_HELP 40001 #define IDM_ABOUT 40002 #define IDM_UNMOUNT_VOLUME 40003 @@ -142,7 +143,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 120 #define _APS_NEXT_COMMAND_VALUE 40064 -#define _APS_NEXT_CONTROL_VALUE 1147 +#define _APS_NEXT_CONTROL_VALUE 1148 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |