Some little demo tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-01-29 01:17:02 +00:00
parent ce6780cfe3
commit 54563c57da
3 changed files with 26 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ class TestPrintPanel(wx.Panel):
printerDialog.ShowModal();
# this makes a copy of the wx.PrintData instead of just saving
# a reference to the one inside the printDialogData that will
# a reference to the one inside the PrintDialogData that will
# be destroyed when the dialog is destroyed
self.printData = wx.PrintData( printerDialog.GetPrintDialogData().GetPrintData() )