X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0625ef6849f4069540a05ccfb6a42f5fd87a97cb..b81383bbd984f1b0aad8db92d7be069f2a23fa74:/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)