Fix wxWidgets 2.8 compatibility

This commit is contained in:
jean-pierre charras 2011-05-12 22:11:45 +02:00
parent 3565adca39
commit e42591af51
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ void TREE_PROJECT_FRAME::ReCreateTreePrj()
}
else
{
m_TreeProject->AppendItem( m_root, "Empty project" );
m_TreeProject->AppendItem( m_root, wxT("Empty project") );
}
m_TreeProject->Expand( rootcellule );