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

Diff of /trunk/Src/WinPT.cpp

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

revision 332 by twoaday, Fri Sep 25 16:07:38 2009 UTC revision 333 by twoaday, Tue Oct 13 10:51:21 2009 UTC
# Line 597  start: Line 597  start:
597              }              }
598              break;              break;
599    
600            case SETUP_EXISTING:
601                rc = gnupg_import_keypair ();
602                if (rc) {
603                    msg_box (hwnd, winpt_strerror (rc), _("WinPT Error"), MB_ERR);
604                    goto start;
605                }
606                break;
607    
608          case SETUP_CARDGEN:          case SETUP_CARDGEN:
609              rc = DialogBoxParam (glob_hinst, (LPCSTR)IDD_WINPT_CARD_KEYGEN,              rc = DialogBoxParam (glob_hinst, (LPCSTR)IDD_WINPT_CARD_KEYGEN,
610                                   h, card_keygen_dlg_proc, 0);                                   h, card_keygen_dlg_proc, 0);

Legend:
Removed from v.332  
changed lines
  Added in v.333

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26