mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08: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:
@@ -821,7 +821,7 @@ static void LoadSettings (HWND hwndDlg)
|
||||
LoadSettingsAndCheckModified (hwndDlg, FALSE, NULL, NULL);
|
||||
}
|
||||
|
||||
static void SaveSettings (HWND hwndDlg)
|
||||
void SaveSettings (HWND hwndDlg)
|
||||
{
|
||||
WaitCursor ();
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user