]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/TextCtrl.py
Fixed preprocessor warnings
[wxWidgets.git] / wxPython / demo / TextCtrl.py
index 8c954a43b1db5c15e670884f9e93af2570cb482b..b12a113b1376a86a050e6286f7fb8c4b8d07e3fb 100644 (file)
@@ -1,7 +1,3 @@
-# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# 
 
 import  sys
 import  wx
@@ -161,7 +157,7 @@ def runTest(frame, nb, log):
 
 
 overview = """\
-A text control allows text to be displayed and (possibly) edited. It may be single 
+A TextCtrl allows text to be displayed and (possibly) edited. It may be single 
 line or multi-line, support styles or not, be read-only or not, and even supports
 text masking for such things as passwords.