]> Creatis software - bbtk.git/commitdiff
wxString
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 8 Oct 2008 12:19:56 +0000 (12:19 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 8 Oct 2008 12:19:56 +0000 (12:19 +0000)
kernel/src/bbtkWxGUIScriptingInterface.cxx

index 9b5165cf49d1b02cc5a1d2c6604c53e59122491e..1b48a2c9ab44a6e07cbf17c44b4e4f0be58b0a30 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/08 10:56:27 $
-  Version:   $Revision: 1.22 $
+  Date:      $Date: 2008/10/08 12:19:56 $
+  Version:   $Revision: 1.23 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -457,7 +457,7 @@ namespace bbtk
      }
    else 
      {
-       wxString err("An error occured while running '");
+       wxString err(_T("An error occured while running '"));
        err +=  bbtk::std2wx(command) + _T("'");
        wxMessageBox(err,_T("Regenerate package doc"),wxOK | wxICON_ERROR);      
      }
@@ -479,7 +479,7 @@ namespace bbtk
      }
    else 
      {
-       wxString err("An error occured while running '");
+       wxString err(_T("An error occured while running '"));
        err +=  bbtk::std2wx(command) + _T("'");
        wxMessageBox(err,_T("Regenerate boxes lists"),wxOK | wxICON_ERROR);      
      }
@@ -501,7 +501,7 @@ namespace bbtk
      }
    else 
      {
-       wxString err("An error occured while running '");
+       wxString err(_T("An error occured while running '"));
        err +=  bbtk::std2wx(command) + _T("'");
        wxMessageBox(err,_T("Regenerate all"),wxOK | wxICON_ERROR);      
      }