From 46674d3538a8d863aa5a0ef564786ecf3d86c984 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 19 Aug 2003 15:57:13 +0000 Subject: [PATCH] Unicode fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/samples/stc/stctest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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