Commit e42591af authored by jean-pierre charras's avatar jean-pierre charras

Fix wxWidgets 2.8 compatibility

parent 3565adca
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment