Put header into separate line in wxPG dump in propgrid sample

This commit is contained in:
Artur Wieczorek
2019-04-21 20:49:11 +02:00
parent ecb711d2b3
commit fc7d8090cf

View File

@@ -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",