X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..eb3efe0d4b8a0964cd0504a69c0e9540c18e390c:/wxPython/wx/lib/docview.py diff --git a/wxPython/wx/lib/docview.py b/wxPython/wx/lib/docview.py index 2c47b8d0cb..dff329174c 100644 --- a/wxPython/wx/lib/docview.py +++ b/wxPython/wx/lib/docview.py @@ -2896,7 +2896,7 @@ class DocPrintout(wx.Printout): """ Not quite sure why this was overridden, but it was in wxWindows! :) """ - if not wx.Printout.base_OnBeginDocument(self, startPage, endPage): + if not wx.Printout.OnBeginDocument(self, startPage, endPage): return False return True