/[winpt]/trunk/Src/wptPassphraseCB.cpp
ViewVC logotype

Diff of /trunk/Src/wptPassphraseCB.cpp

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

revision 94 by twoaday, Fri Nov 18 07:20:40 2005 UTC revision 95 by twoaday, Thu Nov 24 12:09:28 2005 UTC
# Line 87  passphrase_callback_proc (HWND dlg, UINT Line 87  passphrase_callback_proc (HWND dlg, UINT
87                              _("Encrypted with the following public key(s)"));                              _("Encrypted with the following public key(s)"));
88              CheckDlgButton (dlg, IDC_DECRYPT_HIDE, BST_CHECKED);              CheckDlgButton (dlg, IDC_DECRYPT_HIDE, BST_CHECKED);
89          }          }
90          else if (c->gpg_cmd == GPG_CMD_SIGN)          else if (c->gpg_cmd == GPG_CMD_SIGN) {
91                SetDlgItemText (dlg, IDC_DECRYPT_SIGN_HIDE, _("&Hide Typing"));
92              CheckDlgButton (dlg, IDC_DECRYPT_SIGN_HIDE, BST_CHECKED);              CheckDlgButton (dlg, IDC_DECRYPT_SIGN_HIDE, BST_CHECKED);
93            }
94          if (c->recipients)          if (c->recipients)
95              recip = c->recipients; /* recipients were already extracted. */              recip = c->recipients; /* recipients were already extracted. */
96          else {          else {

Legend:
Removed from v.94  
changed lines
  Added in v.95

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26