From fdb2905baf4899fc6cef8a4ad53f45cf366cbe47 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Mon, 17 Dec 2007 14:50:55 +0000 Subject: [PATCH] unicode compile, style consistency --- kicad/treeprj_datas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicad/treeprj_datas.cpp b/kicad/treeprj_datas.cpp index 662ff50f04..2f7cac6a50 100644 --- a/kicad/treeprj_datas.cpp +++ b/kicad/treeprj_datas.cpp @@ -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 );