diff --git a/samples/propgrid/tests.cpp b/samples/propgrid/tests.cpp index cdcfac98a7..e75ea3fe6b 100644 --- a/samples/propgrid/tests.cpp +++ b/samples/propgrid/tests.cpp @@ -120,7 +120,7 @@ void FormMain::AddTestProperties( wxPropertyGridPage* pg ) void FormMain::OnDumpList( wxCommandEvent& WXUNUSED(event) ) { wxVariant values = m_pPropGridManager->GetPropertyValues("list", wxNullProperty, wxPG_INC_ATTRIBUTES); - wxString text = "This only tests that wxVariant related routines do not crash."; + wxString text = "This only tests that wxVariant related routines do not crash.\n"; wxString t; wxDialog* dlg = new wxDialog(this,wxID_ANY,"wxVariant Test",