cosmetic change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-07-23 18:43:01 +00:00
parent 10a5988077
commit 9539029134

View File

@ -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: ")