78 |
free_if_alloc (utf8_uid); |
free_if_alloc (utf8_uid); |
79 |
free_if_alloc (info); |
free_if_alloc (info); |
80 |
} |
} |
81 |
|
SetDlgItemText (dlg, IDOK, _("&OK")); |
82 |
|
SetDlgItemText (dlg, IDCANCEL, _("&Cancel")); |
83 |
|
SetDlgItemText (dlg, IDC_DECRYPT_PWDINFO, _("Please enter your passphrase")); |
84 |
SendDlgItemMessage (dlg, IDC_DECRYPT_PWD, EM_SETPASSWORDCHAR, |
SendDlgItemMessage (dlg, IDC_DECRYPT_PWD, EM_SETPASSWORDCHAR, |
85 |
(WPARAM)(UINT)'*', 0); |
(WPARAM)(UINT)'*', 0); |
86 |
|
SetWindowText (dlg, _("Decryption")); |
87 |
SetForegroundWindow (dlg); |
SetForegroundWindow (dlg); |
88 |
break; |
break; |
89 |
|
|