unicode compile, style consistency

This commit is contained in:
dickelbeck 2007-12-17 14:50:55 +00:00
parent 04e348ac06
commit fdb2905baf
1 changed files with 1 additions and 1 deletions

View File

@ -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 );