]> git.saurik.com Git - wxWidgets.git/commitdiff
use proper style name
authorRobin Dunn <robin@alldunn.com>
Thu, 3 Jan 2002 18:16:35 +0000 (18:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 3 Jan 2002 18:16:35 +0000 (18:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/wxStyledTextCtrl_2.py

index 51a14386bd363c838a70f0a7acaf46449e13f5fc..6bf1f3f418d2a80b42e19ce6e3d6499f93922400 100644 (file)
@@ -111,7 +111,7 @@ class PythonSTC(wxStyledTextCtrl):
         # Comment-blocks
         self.StyleSetSpec(wxSTC_P_COMMENTBLOCK, "fore:#7F7F7F,size:%(size)d" % faces)
         # End of line where string is not closed
-        self.StyleSetSpec(wxSTC_P_STRINGEOL, "fore:#000000,face:%(mono)s,back:#E0C0E0,eolfilled,size:%(size)d" % faces)
+        self.StyleSetSpec(wxSTC_P_STRINGEOL, "fore:#000000,face:%(mono)s,back:#E0C0E0,eol,size:%(size)d" % faces)
 
 
         self.SetCaretForeground("BLUE")