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

Diff of /trunk/Src/wptClipDecryptDlg.cpp

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

revision 18 by twoaday, Thu Apr 14 12:56:25 2005 UTC revision 19 by twoaday, Fri May 20 08:39:15 2005 UTC
# Line 135  clip_decrypt_dlg (HWND hwnd) Line 135  clip_decrypt_dlg (HWND hwnd)
135          goto leave;          goto leave;
136      }      }
137      else if (rc) {      else if (rc) {
138          gpgme_cliptype_t pgp_type;          gpgme_pgptype_t pgp_type;
139          gpgme_clip_get_pgptype (&pgp_type);          gpgme_clip_get_pgptype (&pgp_type);
140          if (rc == GPGME_No_Data && (pgp_type & GPGME_CLIP_MESSAGE))          if (rc == GPGME_No_Data && (pgp_type & GPGME_PGP_MESSAGE))
141              msg_box (hwnd, _("Broken OpenPGP message (maybe: quoted printable character in armor)."), _("Decryption"), MB_INFO);              msg_box (hwnd, _("Broken OpenPGP message (maybe: quoted printable character in armor)."), _("Decryption"), MB_INFO);
142          else          else
143              gpgme_show_error (hwnd, rc, ctx, _("Decryption"), MB_ERR);              gpgme_show_error (hwnd, rc, ctx, _("Decryption"), MB_ERR);

Legend:
Removed from v.18  
changed lines
  Added in v.19

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26