]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.cxx
Bug #1754
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.cxx
index 826f7ebc5bcd03d82b113efc3f0a9b7d6507d2db..56a86de9035ea8535e4d416f9fcc6698c16f4d0c 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2012/10/09 15:17:02 $
-  Version:   $Revision: 1.46 $
+  Date:      $Date: 2012/11/12 16:18:38 $
+  Version:   $Revision: 1.48 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -54,6 +54,8 @@
 #include "bbtkWxStreamRedirector.h"
 #include "bbtkUtilities.h"
 
+#include "creaWx.h"
+
 #include <wx/tipwin.h>
 #include <wx/splash.h>
 
@@ -505,7 +507,7 @@ namespace bbtk
   {
     m_mgr.Update();
     Refresh();
-    wxMessageBox(_T("  bbStudio\nThe Black Box Toolkit Development Studio\n(c) CREATIS-LRMN 2008\n\n http://www.creatis.insa-lyon.fr/site/en/CreaTools_home"),
+    wxMessageBox(_T("  bbStudio\nThe Black Box Toolkit Development Studio\n(c) CREATIS 2008\n\n http://www.creatis.insa-lyon.fr/site/en/CreaTools_home"),
                  _T("About ..."), wxOK | wxICON_INFORMATION,
                  this);
   }
@@ -791,7 +793,7 @@ std::cout << "==================================================================
                                #endif
 
 
-                               wxMessageBox(_T(err),_T("Plug package"),wxOK | wxICON_ERROR);
+                               wxMessageBox(crea::std2wx(err),_T("Plug package"),wxOK | wxICON_ERROR);
                        }
        }
     }while(userResponse != wxID_CANCEL);