From: Robert Roebling Date: Wed, 14 Nov 2007 13:15:07 +0000 (+0000) Subject: Ok -> IsOk X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9695c53a923ae7f19df51f84fd69ca052acb4f8f Ok -> IsOk git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index cc804e27d3..cacbefbc60 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -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);