mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 04:11:49 -06:00
4.30 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
bcd1db2f5a
commit
e18587ba51
@@ -81,7 +81,7 @@ STDMETHODIMP CUpdateCallback100Imp::CryptoGetTextPassword2(INT32 *passwordIsDefi
|
||||
CPasswordDialog dialog;
|
||||
if (dialog.Create(_parentWindow) == IDCANCEL)
|
||||
return E_ABORT;
|
||||
_password = GetUnicodeString((LPCTSTR)dialog._password);
|
||||
_password = dialog._password;
|
||||
_passwordIsDefined = true;
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user