compile fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-11 17:02:20 +00:00
parent 60bfdd15eb
commit 9ca5a18a01
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ class MyPanel(wx.Panel):
intro = 'Welcome To PyCrust %s - The Flakiest Python Shell' % version.VERSION
pycrust = shell.Shell(self, -1, introText=intro)
#pycrust = wxTextCtrl(self, -1, intro)
#pycrust = wx.TextCtrl(self, -1, intro)
sizer = wx.BoxSizer(wx.VERTICAL)
sizer.Add(text, 0, wx.EXPAND|wx.ALL, 10)