X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356f3c650c69999793635e296f1332cefdcc60ab..d5301e336fe89f2962c93ff60d69c25ea81dc355:/wxPython/demo/PrintFramework.py diff --git a/wxPython/demo/PrintFramework.py b/wxPython/demo/PrintFramework.py index 5db34aaa3e..c63ac9630a 100644 --- a/wxPython/demo/PrintFramework.py +++ b/wxPython/demo/PrintFramework.py @@ -133,7 +133,7 @@ class TestPrintPanel(wx.Panel): # this makes a copy of the wx.PrintData instead of just saving # a reference to the one inside the printDialogData that will - # be destroyed + # be destroyed when the dialog is destroyed self.printData = wx.PrintData( printerDialog.GetPrintDialogData().GetPrintData() ) printerDialog.Destroy()