Commit fdb2905b authored by dickelbeck's avatar dickelbeck

unicode compile, style consistency

parent 04e348ac
...@@ -383,7 +383,7 @@ void TreePrjItemData::Activate(WinEDA_PrjFrame* prjframe) ...@@ -383,7 +383,7 @@ void TreePrjItemData::Activate(WinEDA_PrjFrame* prjframe)
} }
if(count == 0) if(count == 0)
{ {
prjframe->AddFile(wxString("no kicad files found in this directory"), id); prjframe->AddFile(wxString( wxT("no kicad files found in this directory") ), id);
} }
/* Sort filenames by alphabetic order */ /* Sort filenames by alphabetic order */
m_Parent->SortChildren( id ); m_Parent->SortChildren( id );
......
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