/[gpgoe]/trunk/src/OEPassphraseCBDlg.c
ViewVC logotype

Diff of /trunk/src/OEPassphraseCBDlg.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by twoaday, Mon Apr 3 17:10:15 2006 UTC revision 12 by twoaday, Fri Apr 7 10:46:41 2006 UTC
# Line 78  pass_cb_dlg_proc (HWND dlg, UINT msg, WP Line 78  pass_cb_dlg_proc (HWND dlg, UINT msg, WP
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    

Legend:
Removed from v.11  
changed lines
  Added in v.12

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26