Fix build.

svn path=/trunk/; revision=62719
This commit is contained in:
Hermès Bélusca-Maïto 2014-04-12 14:27:36 +00:00
parent 85b40a6ccc
commit 9d33160552

View file

@ -41,7 +41,7 @@ FontProc(HWND hwndDlg,
}
else if (drawItem->CtlID == IDC_STATIC_SELECT_FONT_PREVIEW)
{
PaintText(drawItem, pConInfo);
PaintText(drawItem, pConInfo, Screen);
}
return TRUE;
}