Put header into separate line in wxPG dump in propgrid sample
This commit is contained in:
parent
ecb711d2b3
commit
fc7d8090cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue