1 |
/* wptMainProc.cpp - Main window procedure |
/* wptMainProc.cpp - Main window procedure |
2 |
* Copyright (C) 2000-2005 Timo Schulz |
* Copyright (C) 2000-2006 Timo Schulz |
3 |
* |
* |
4 |
* This file is part of WinPT. |
* This file is part of WinPT. |
5 |
* |
* |
177 |
dialog_box_param( glob_hinst, (LPCSTR)IDD_WINPT_VERIFY, hwnd, |
dialog_box_param( glob_hinst, (LPCSTR)IDD_WINPT_VERIFY, hwnd, |
178 |
clip_verify_dlg_proc, 0, |
clip_verify_dlg_proc, 0, |
179 |
_("Verify"), IDS_WINPT_VERIFY ); |
_("Verify"), IDS_WINPT_VERIFY ); |
180 |
err = gpg_error (GPG_ERR_EOF); /* make sure window is ot updated. */ |
err = gpg_error (GPG_ERR_EOF); /* make sure window is not updated. */ |
181 |
} |
} |
182 |
break; |
break; |
183 |
} |
} |