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

Diff of /trunk/Src/wptCardDlg.cpp

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

revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC
# Line 23  Line 23 
23  #include <ctype.h>  #include <ctype.h>
24    
25  #include "../resource.h"  #include "../resource.h"
26    #include "gpgme.h"
27  #include "wptTypes.h"  #include "wptTypes.h"
28  #include "wptW32API.h"  #include "wptW32API.h"
29  #include "wptErrors.h"  #include "wptErrors.h"
# Line 33  Line 34 
34  #include "wptGPG.h"  #include "wptGPG.h"
35  #include "wptUTF8.h"  #include "wptUTF8.h"
36  #include "wptCardEdit.h"  #include "wptCardEdit.h"
 #include "w32gpgme.h"  
37  #include "wptCard.h"  #include "wptCard.h"
38    
   
39  int keygen_check_date (SYSTEMTIME * st);  int keygen_check_date (SYSTEMTIME * st);
40    
41  static const char * sex[] = {"Male", "Female", "Undefined", NULL};  static const char * sex[] = {"Male", "Female", "Undefined", NULL};
# Line 648  card_keygen_dlg_proc (HWND dlg, UINT msg Line 647  card_keygen_dlg_proc (HWND dlg, UINT msg
647                            
648              SetCursor (LoadCursor (NULL, IDC_ARROW));              SetCursor (LoadCursor (NULL, IDC_ARROW));
649              /*              /*
650              if (err == gpg_error (GPG_ERR_CANCELLED)              if (gpgme_err_code (err) == GPG_ERR_CANCELLED)
651                  msg_box (dlg, _("Operation was canceled. It seems that there are "                  msg_box (dlg, _("Operation was canceled. It seems that there are "
652                                  "existing\nkeys on the cards. You need to mark the "                                  "existing\nkeys on the cards. You need to mark the "
653                                  "'Overwrite' flag."), _("Card Edit"), MB_INFO);                                  "'Overwrite' flag."), _("Card Edit"), MB_INFO);

Legend:
Removed from v.23  
changed lines
  Added in v.25

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26