]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/editor/editor.py
More lib and demo patches to drop the wx prefix (Jeff has been busy!)
[wxWidgets.git] / wxPython / wx / lib / editor / editor.py
index ef709333b0abf7d837d876d776acc285d0d7f22b..b3f4f1b155dc56b2d39afca0ac686ebe9d02058c 100644 (file)
@@ -1,5 +1,5 @@
 #----------------------------------------------------------------------
-# Name:        wxPython.lib.editor.wxEditor
+# Name:        wxPython.lib.editor.Editor
 # Purpose:     An intelligent text editor with colorization capabilities.
 #
 # Original
 #
 # o 2.5 compatability update.
 #
+# 12/21/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o wxEditor -> Editor
+#
 
 import  os
 import  time
@@ -75,7 +79,7 @@ class Scroller:
 
 #----------------------------------------------------------------------
 
-class wxEditor(wx.ScrolledWindow):
+class Editor(wx.ScrolledWindow):
 
     def __init__(self, parent, id,
                  pos=wx.DefaultPosition, size=wx.DefaultSize, style=0):