X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e730a78765d0e70ca5b77512569c94585070fe2..6ed506b9d7ef628ec7f924bc9bf50d112e19f271:/contrib/samples/stc/stctest.cpp diff --git a/contrib/samples/stc/stctest.cpp b/contrib/samples/stc/stctest.cpp index 538d00ef98..6c5afdba22 100644 --- a/contrib/samples/stc/stctest.cpp +++ b/contrib/samples/stc/stctest.cpp @@ -238,9 +238,9 @@ 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\n\ +show some suff, maybe parameters..\n\n\ +fubar(param1, param2)")); } else { // show how to do AutoComplete