1
0
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:
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

@@ -821,7 +821,7 @@ static void LoadSettings (HWND hwndDlg)
LoadSettingsAndCheckModified (hwndDlg, FALSE, NULL, NULL);
}
static void SaveSettings (HWND hwndDlg)
void SaveSettings (HWND hwndDlg)
{
WaitCursor ();