]> Creatis software - crea.git/commitdiff
wxString ...
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 6 Oct 2008 14:35:23 +0000 (14:35 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 6 Oct 2008 14:35:23 +0000 (14:35 +0000)
appli/creaNewProject/creaNewProject.cpp

index c2c9065ebfec3666eb61cc4ccf5873ed7af44c79..0c13a27f0605f3433a376fc03b928b8ba08a2d2c 100644 (file)
@@ -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);      
      }