From f5a765e86088eb90c4392e43ad8a3c27bfa814cc Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 22 Aug 2018 23:59:51 +0200 Subject: Windows: fix language selected in the installer not used by "Create Volume" wizard until reboot or exiting VeraCrypt main process. --- src/Format/Tcformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Format/Tcformat.h') diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h index caaf2c28..f9328afd 100644 --- a/src/Format/Tcformat.h +++ b/src/Format/Tcformat.h @@ -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 ); -- cgit v1.2.3