[USER32] Log the text of message boxes to help figure out some test bot timeouts.

This commit is contained in:
Thomas Faber 2018-08-19 12:02:17 +02:00
parent c1ac347825
commit 9bffdcb6e7
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -1045,6 +1045,7 @@ SoftModalMessageBox(IN LPMSGBOXDATA lpMsgBoxData)
tpl->cy = RESCALE_Y(btntop, units);
/* Finally show the message-box */
ERR("MessageBox: %s\n", wine_dbgstr_wn(lpMsgBoxParams->lpszText, textlen));
ret = DialogBoxIndirectParamW(lpMsgBoxParams->hInstance, tpl,
lpMsgBoxParams->hwndOwner,
MessageBoxProc, (LPARAM)&mbd);