Update to wxDataViewCtrl from Hartwig

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-17 21:20:27 +00:00
parent 40d2fe77c1
commit 594d5596ee
5 changed files with 217 additions and 151 deletions

View File

@@ -705,7 +705,7 @@ static const char *small1_xpm[] = {
void MyFrame::OnTestTreeCtrl(wxCommandEvent& WXUNUSED(event) )
{
wxDialog dialog( this, -1, "Test wxDataViewTreeStore" );
wxDialog dialog( this, -1, wxString(wxT("Test wxDataViewTreeStore")));
wxBoxSizer *main_sizer = new wxBoxSizer( wxVERTICAL );