From 953902913473763f359bc0fe7d81c88f7da3e184 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 23 Jul 2004 18:43:01 +0000 Subject: [PATCH] cosmetic change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/text/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/text/text.cpp b/samples/text/text.cpp index 40117ebde4..7c2431edf1 100644 --- a/samples/text/text.cpp +++ b/samples/text/text.cpp @@ -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: ")