Commit c49606e8 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

commdlg: Fix a copy&paste typo.

parent f6c48246
......@@ -126,7 +126,7 @@ BOOL16 WINAPI PrintDlg16( LPPRINTDLG16 lppd )
if (lppd->Flags & PD_ENABLEPRINTHOOK)
FIXME( "custom print hook %p no longer supported\n", lppd->lpfnPrintHook );
if (lppd->Flags & PD_ENABLESETUPHOOK)
FIXME( "custom print hook %p no longer supported\n", lppd->lpfnSetupHook );
FIXME( "custom setup hook %p no longer supported\n", lppd->lpfnSetupHook );
if ((ret = PrintDlgA( &pd32 )))
{
......
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