diff --git a/contrib/samples/stc/stctest.cpp b/contrib/samples/stc/stctest.cpp index 538d00ef98..96cdf117e6 100644 --- a/contrib/samples/stc/stctest.cpp +++ b/contrib/samples/stc/stctest.cpp @@ -238,9 +238,7 @@ void MySTC::OnKeyPressed(wxKeyEvent& evt) if (evt.ShiftDown()) { // show how to do CallTips CallTipSetBackground(wxColour(_T("YELLOW"))); - CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\n" - "show some suff, maybe parameters..\n\n" - "fubar(param1, param2)")); + CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\nshow some suff, maybe parameters..\n\nfubar(param1, param2)")); } else { // show how to do AutoComplete