cosmetic change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
10a5988077
commit
9539029134
@ -668,7 +668,7 @@ void MyTextCtrl::OnMouseEvent(wxMouseEvent& ev)
|
||||
wxTextCtrlHitTestResult rc = HitTest(ev.GetPosition(), &pos);
|
||||
if ( rc != wxTE_HT_UNKNOWN )
|
||||
{
|
||||
msg << _T("at position ") << pos;
|
||||
msg << _T("at position ") << pos << _T(' ');
|
||||
}
|
||||
|
||||
msg << _T("[Flags: ")
|
||||
|
Loading…
Reference in New Issue
Block a user