Last checkin was a mistake, undo some debugging code...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-09-18 18:48:19 +00:00
parent 702fe1fccf
commit 39b68c98df

View File

@@ -89,7 +89,7 @@ class TestPanel(wxPanel):
#self.tc.Remove(5, 9)
def OnTestWriteText(self, evt):
self.tc1.WriteText("TEXT")
self.tc.WriteText("TEXT")
def OnTestGetSelection(self, evt):
start, end = self.tc.GetSelection()