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

Diff of /trunk/Src/wptClipSignDlg.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 65 by twoaday, Thu Nov 3 16:55:25 2005 UTC
# Line 173  clip_sign_dlg_proc (HWND dlg, UINT msg, Line 173  clip_sign_dlg_proc (HWND dlg, UINT msg,
173          notify = (NMHDR *)lparam;          notify = (NMHDR *)lparam;
174          if( notify && notify->code == NM_DBLCLK          if( notify && notify->code == NM_DBLCLK
175              && notify->idFrom == IDC_SIGN_KEYLIST )              && notify->idFrom == IDC_SIGN_KEYLIST )
176              PostMessage( dlg, WM_COMMAND, MAKEWPARAM(IDOK, 0), NULL );              PostMessage (dlg, WM_COMMAND, MAKEWPARAM(IDOK, 0), 0);
177          return TRUE;          return TRUE;
178                    
179      case WM_SYSCOMMAND:      case WM_SYSCOMMAND:

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26