compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user