X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaNewProject%2FcreaNewProject.cpp;h=0c13a27f0605f3433a376fc03b928b8ba08a2d2c;hb=b3081c510018e9c63b6efb3882c154b047f69924;hp=c2c9065ebfec3666eb61cc4ccf5873ed7af44c79;hpb=16fa26d7830175d0d6f952982128c2d63b724f78;p=crea.git diff --git a/appli/creaNewProject/creaNewProject.cpp b/appli/creaNewProject/creaNewProject.cpp index c2c9065..0c13a27 100644 --- a/appli/creaNewProject/creaNewProject.cpp +++ b/appli/creaNewProject/creaNewProject.cpp @@ -42,7 +42,7 @@ bool myApp::OnInit( ) } else { - wxString err("An error occured while running '"); + wxString err(_T("An error occured while running '")); err += crea::std2wx(command) + _T("'"); wxMessageBox(err,_T("creaNewProject"),wxOK | wxICON_ERROR); }