Commit 12c33ab8 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Remove incorrect ERR as messages can be sent before the control is created.

parent 933fd8b8
......@@ -3185,8 +3185,7 @@ static LRESULT msi_dialog_oncommand( msi_dialog *dialog, WPARAM param, HWND hwnd
msi_dialog_evaluate_control_conditions( dialog );
}
}
else
ERR("button click from nowhere %p %d %p\n", dialog, param, hwnd);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment