Skip to content

Commit 2307000

Browse files
author
Tim S
committed
* PythonInterpreter: Possible build fix needs tested
1 parent 0319a25 commit 2307000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PythonInterpreter/PythonInterpCtrl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ PythonCodeCtrl::PythonCodeCtrl(wxWindow *parent, PythonInterpCtrl *py)
249249
SetTabWidth(mgr->ReadInt(_T("/tab_size"), 4));
250250
SetIndent(mgr->ReadInt(_T("/tab_size"), 4)); //NEEDED FOR AUTO INDENTATION (NOT IN CB EDITOR)
251251

252-
em->GetColourSet()->Apply(_("Python"),this);
252+
em->GetColourSet()->Apply(HighlightLanguage(wxT("Python")),this, false, true);
253253

254254
}
255255

0 commit comments

Comments
 (0)