/[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 31 by twoaday, Sat Oct 22 10:17:59 2005 UTC revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC
# Line 593  card_keygen_dlg_proc (HWND dlg, UINT msg Line 593  card_keygen_dlg_proc (HWND dlg, UINT msg
593          SendDlgItemMessage (dlg, IDC_CKEYGEN_ALG, CB_SETCURSEL, 0, 0);          SendDlgItemMessage (dlg, IDC_CKEYGEN_ALG, CB_SETCURSEL, 0, 0);
594          SetFocus (GetDlgItem (dlg, IDC_CKEYGEN_NAME));          SetFocus (GetDlgItem (dlg, IDC_CKEYGEN_NAME));
595          SetForegroundWindow (dlg);          SetForegroundWindow (dlg);
596            SetDlgItemText (dlg, IDC_CKEYGEN_NAMEINF, _("&Name"));
597            SetDlgItemText (dlg, IDC_CKEYGEN_CMTINF, _("&Comment (optional)"));
598            SetDlgItemText (dlg, IDC_CKEYGEN_EXPDATEINF, _("&Expire date"));
599            SetDlgItemText (dlg, IDC_CKEYGEN_PWDINF, _("Off-card passphrase"));
600            SetDlgItemText (dlg, IDC_CKEYGEN_NEVER, _("&Never"));
601            SetDlgItemText (dlg, IDC_CKEYGEN_MAILINF, _("Email &address"));
602            SetWindowText (dlg, _("Card Key Generation"));
603          return FALSE;          return FALSE;
604    
605      case WM_SYSCOMMAND:      case WM_SYSCOMMAND:
# Line 763  card_changepin_dlg_proc (HWND dlg, UINT Line 770  card_changepin_dlg_proc (HWND dlg, UINT
770          CheckDlgButton (dlg, IDC_CHPIN_HIDE, BST_CHECKED);          CheckDlgButton (dlg, IDC_CHPIN_HIDE, BST_CHECKED);
771          center_window (dlg, NULL);          center_window (dlg, NULL);
772          CheckDlgButton (dlg, IDC_CHPIN_ISWORK, BST_CHECKED);          CheckDlgButton (dlg, IDC_CHPIN_ISWORK, BST_CHECKED);
773            SetWindowText (dlg, _("Change Card PIN"));
774          SetForegroundWindow (dlg);          SetForegroundWindow (dlg);
775          break;          break;
776    

Legend:
Removed from v.31  
changed lines
  Added in v.32

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26