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