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

Diff of /trunk/Src/wptClipImportDlg.cpp

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

revision 48 by werner, Mon Oct 31 21:14:11 2005 UTC revision 68 by twoaday, Sat Nov 5 12:00:55 2005 UTC
# Line 61  gpgme_op_clip_import (gpgme_ctx_t ctx) Line 61  gpgme_op_clip_import (gpgme_ctx_t ctx)
61  void  void
62  print_import_status (gpgme_import_result_t res)  print_import_status (gpgme_import_result_t res)
63  {  {
     int rc = 0;  
   
64      dialog_box_param (glob_hinst, (LPCSTR)IDD_WINPT_IMPORT_STAT, glob_hwnd,      dialog_box_param (glob_hinst, (LPCSTR)IDD_WINPT_IMPORT_STAT, glob_hwnd,
65                        import_status_dlg_proc, (LPARAM)res,                        import_status_dlg_proc, (LPARAM)res,
66                        _("Key Import Statistics"), IDS_WINPT_IMPORT_STAT);                        _("Key Import Statistics"), IDS_WINPT_IMPORT_STAT);
# Line 78  clip_import_dlg_proc (HWND dlg, UINT msg Line 76  clip_import_dlg_proc (HWND dlg, UINT msg
76      static listview_ctrl_t lv = NULL;      static listview_ctrl_t lv = NULL;
77      static int is_revcert;      static int is_revcert;
78      static int has_seckeys;      static int has_seckeys;
79      int rc = 0, id = 0;          int rc = 0;
80        /*int id=0;*/
81      gpgme_error_t err;      gpgme_error_t err;
82      gpgme_ctx_t ctx;      gpgme_ctx_t ctx;
83      gpgme_import_result_t res;      gpgme_import_result_t res;
84      gpgme_key_t *selkeys = NULL;      /*gpgme_key_t *selkeys = NULL;*/
85            
86      switch( msg ) {      switch( msg ) {
87      case WM_INITDIALOG:      case WM_INITDIALOG:

Legend:
Removed from v.48  
changed lines
  Added in v.68

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26