VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Tcformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Format/Tcformat.c')
-rw-r--r--src/Format/Tcformat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c
index ccdd682c..46ad2083 100644
--- a/src/Format/Tcformat.c
+++ b/src/Format/Tcformat.c
@@ -6060,6 +6060,11 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
6060 6060
6061 LoadSettings (hwndDlg); 6061 LoadSettings (hwndDlg);
6062 6062
6063 // Save language to XML configuration file if it has been selected in the setup
6064 // so that other VeraCrypt programs will pick it up
6065 if (bLanguageSetInSetup)
6066 SaveSettings (hwndDlg);
6067
6063 LoadDefaultKeyFilesParam (); 6068 LoadDefaultKeyFilesParam ();
6064 RestoreDefaultKeyFilesParam (); 6069 RestoreDefaultKeyFilesParam ();
6065 6070