]> Creatis software - bbtk.git/commitdiff
wxString
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 17 Oct 2008 07:14:47 +0000 (07:14 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 17 Oct 2008 07:14:47 +0000 (07:14 +0000)
kernel/src/bbtkWxGUIScriptingInterface.cxx

index 673a8244b51a391fcd6a7b1e2d1a3d345d5b2355..8421613b4258c6bcf607def0c29624bded1e89e0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/15 15:09:45 $
-  Version:   $Revision: 1.27 $
+  Date:      $Date: 2008/10/17 07:14:47 $
+  Version:   $Revision: 1.28 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -456,7 +456,7 @@ namespace bbtk
 
     if ( ! system ( command.c_str() ) )
       {
-       wxMessageBox(_T("Done !"),_T("Regenerate package '")+pack+_T("' doc"),
+       wxMessageBox(_T("Done !"),_T("Regenerate package '")+std2wx(pack)+_T("' doc"),
                     wxOK | wxICON_INFORMATION);
       }
     else