Fix wxWidgets 2.8 compatibility
This commit is contained in:
parent
3565adca39
commit
e42591af51
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue