]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/embedded/embedded_sample.py
added missing button state
[wxWidgets.git] / wxPython / samples / embedded / embedded_sample.py
index beed13cbb0cadd5f21aa1b4972f313c750b26439..56e46926d807f9f122bb7c962106a3868330232f 100644 (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)