mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
unicode compile, style consistency
This commit is contained in:
parent
04e348ac06
commit
fdb2905baf
@ -383,7 +383,7 @@ void TreePrjItemData::Activate(WinEDA_PrjFrame* prjframe)
|
||||
}
|
||||
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 */
|
||||
m_Parent->SortChildren( id );
|
||||
|
Loading…
x
Reference in New Issue
Block a user