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

Diff of /trunk/Src/wptClipEncryptDlg.cpp

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

revision 19 by twoaday, Mon Apr 4 06:59:24 2005 UTC revision 20 by twoaday, Wed Jul 27 11:17:22 2005 UTC
# Line 104  clip_encrypt_dlg_proc( HWND dlg, UINT ms Line 104  clip_encrypt_dlg_proc( HWND dlg, UINT ms
104      case WM_COMMAND:      case WM_COMMAND:
105          switch( LOWORD( wparam ) ) {          switch( LOWORD( wparam ) ) {
106          case IDOK:          case IDOK:
107              rset = keylist_get_recipients( lv, &force_trust, NULL );              rset = keylist_get_recipients (lv, &force_trust, NULL);
108              if( !gpgme_recipients_count( rset ) ) {              if( !gpgme_recipients_count( rset ) ) {
109                  msg_box( dlg, _("You must select at least one key."), _("Encryption"), MB_ERR );                  msg_box( dlg, _("You must select at least one key."), _("Encryption"), MB_ERR );
110                  gpgme_recipients_release( rset );                  gpgme_recipients_release( rset );

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26