Ok -> IsOk

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-14 13:15:07 +00:00
parent 304548073f
commit 9695c53a92

View File

@@ -251,7 +251,7 @@ bool wxHtmlPrintout::OnBeginDocument(int startPage, int endPage)
bool wxHtmlPrintout::OnPrintPage(int page)
{
wxDC *dc = GetDC();
if (dc && dc->Ok())
if (dc && dc->IsOk())
{
if (HasPage(page))
RenderPage(dc, page);