1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Windows: fix language selected in the installer not used by "Create Volume" wizard until reboot or exiting VeraCrypt main process.

This commit is contained in:
Mounir IDRASSI
2018-08-22 23:59:51 +02:00
parent 9376bc8f51
commit f5a765e860
3 changed files with 11 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ enum timer_ids
static void localcleanup ( void );
static void LoadSettings ( HWND hwndDlg );
static void SaveSettings ( HWND hwndDlg );
void SaveSettings ( HWND hwndDlg );
static void EndMainDlg ( HWND hwndDlg );
void ComboSelChangeEA ( HWND hwndDlg );
static void VerifySizeAndUpdate ( HWND hwndDlg , BOOL bUpdate );