Unicode fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-19 15:57:13 +00:00
parent 877708ff94
commit 46674d3538

View File

@@ -238,9 +238,7 @@ void MySTC::OnKeyPressed(wxKeyEvent& evt)
if (evt.ShiftDown()) { if (evt.ShiftDown()) {
// show how to do CallTips // show how to do CallTips
CallTipSetBackground(wxColour(_T("YELLOW"))); CallTipSetBackground(wxColour(_T("YELLOW")));
CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\n" CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\nshow some suff, maybe parameters..\n\nfubar(param1, param2)"));
"show some suff, maybe parameters..\n\n"
"fubar(param1, param2)"));
} }
else { else {
// show how to do AutoComplete // show how to do AutoComplete