X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356f3c650c69999793635e296f1332cefdcc60ab..ba9a486d430ea0a385984b9f0ea56a12a8d57a5a:/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()