diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-07 00:56:56 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-07 00:58:49 +0200 |
commit | 41ba7a06d3ac55752f9f50a1454eacdda62b1ae4 (patch) | |
tree | 8fa26f832d959bf2c5f7a88f8abe1d845136467c /src/Common/Dlgcode.h | |
parent | 88a6e7fd1198fe828d0f2f8ac5a9bbb7e9bfd4a8 (diff) | |
download | VeraCrypt-41ba7a06d3ac55752f9f50a1454eacdda62b1ae4.tar.gz VeraCrypt-41ba7a06d3ac55752f9f50a1454eacdda62b1ae4.zip |
Windows: Display a balloon tip warning or error message when the value pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index ded84578..974d2e05 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -484,6 +484,7 @@ BOOL ToCustHyperlink (HWND hwndDlg, UINT ctrlId, HFONT hFont); void DisableCloseButton (HWND hwndDlg); void EnableCloseButton (HWND hwndDlg); void ToBootPwdField (HWND hwndDlg, UINT ctrlId); +void ToNormalPwdField (HWND hwndDlg, UINT ctrlId); void AccommodateTextField (HWND hwndDlg, UINT ctrlId, BOOL bFirstUpdate, HFONT hFont); BOOL GetDriveLabel (int driveNo, wchar_t *label, int labelSize); BOOL GetSysDevicePaths (HWND hwndDlg); |