]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxEditor.py
wxLocale now uses wxEncodingConverter (must be explicitly enabled)
[wxWidgets.git] / utils / wxPython / demo / wxEditor.py
index ffbea7d2eea12bcea2628314512f9fb5cd5a362d..a798b9a8f6ed5b04f453a8c0ab8d931de48ae243 100644 (file)
@@ -16,7 +16,8 @@ def runTest(frame, nb, log):
 
     ed.SetText(["",
                 "This is a simple text editor, the class name is",
-                "wxEditor.  Type a few lines and try it out."])
+                "wxEditor.  Type a few lines and try it out.",
+                ""])
 
     pyed.SetText(["# This one is a derived class named wxPyEditor.",
                   "# It adds syntax highlighting, folding (press",