/[gpgoe]/trunk/src/OEDlgVerify.c
ViewVC logotype

Diff of /trunk/src/OEDlgVerify.c

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

revision 11 by twoaday, Mon Apr 3 17:10:15 2006 UTC revision 12 by twoaday, Fri Apr 7 10:46:41 2006 UTC
# Line 143  verify_dlg_proc (HWND dlg, UINT msg, WPA Line 143  verify_dlg_proc (HWND dlg, UINT msg, WPA
143      case WM_INITDIALOG:      case WM_INITDIALOG:
144          sig = (gpgme_signature_t)lparam;          sig = (gpgme_signature_t)lparam;
145          assert (sig);          assert (sig);
146            SetDlgItemText (dlg, IDOK, _("&OK"));
147          SetWindowText (dlg, _("Signature Verification"));          SetWindowText (dlg, _("Signature Verification"));
148          set_sig_info (dlg, sig);          set_sig_info (dlg, sig);
149          SetForegroundWindow (dlg);          SetForegroundWindow (dlg);

Legend:
Removed from v.11  
changed lines
  Added in v.12

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26