X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0625ef6849f4069540a05ccfb6a42f5fd87a97cb..d9b72d25405c4229b6195b581e6723f95d77e31d:/wxPython/samples/embedded/embedded_sample.py diff --git a/wxPython/samples/embedded/embedded_sample.py b/wxPython/samples/embedded/embedded_sample.py index beed13cbb0..56e46926d8 100644 --- a/wxPython/samples/embedded/embedded_sample.py +++ b/wxPython/samples/embedded/embedded_sample.py @@ -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)