VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Tcformat.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-22 23:59:51 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-24 00:49:52 +0200
commitf5a765e86088eb90c4392e43ad8a3c27bfa814cc (patch)
tree2ed9e57ad36f10f5e1cfcbafcd3bc6aa500390ab /src/Format/Tcformat.h
parent9376bc8f5147c892769bddfc738563b9790d4f07 (diff)
downloadVeraCrypt-f5a765e86088eb90c4392e43ad8a3c27bfa814cc.tar.gz
VeraCrypt-f5a765e86088eb90c4392e43ad8a3c27bfa814cc.zip
Windows: fix language selected in the installer not used by "Create Volume" wizard until reboot or exiting VeraCrypt main process.
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r--src/Format/Tcformat.h2
1 files changed, 1 insertions, 1 deletions
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 );