From: jean-pierre roux Date: Mon, 6 Oct 2008 14:35:23 +0000 (+0000) Subject: wxString ... X-Git-Tag: v0.1.0~5 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d74efd29339454c4add7f2da93dc8097b12146c8;p=crea.git wxString ... --- 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); }