comctl32: Change stub to return IDYES instead of IDOK.
This commit is contained in:
parent
ac6671b7f3
commit
ad9507b5f3
|
@ -1698,7 +1698,7 @@ HRESULT WINAPI TaskDialogIndirect(const TASKDIALOGCONFIG *pTaskConfig, int *pnBu
|
|||
{
|
||||
FIXME("%p, %p, %p, %p\n", pTaskConfig, pnButton, pnRadioButton, pfVerificationFlagChecked);
|
||||
|
||||
if (pnButton) *pnButton = IDOK;
|
||||
if (pnButton) *pnButton = IDYES;
|
||||
if (pnRadioButton) *pnRadioButton = pTaskConfig->nDefaultButton;
|
||||
if (pfVerificationFlagChecked) *pfVerificationFlagChecked = TRUE;
|
||||
return S_OK;
|
||||
|
|
Loading…
Reference in New Issue