X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkWxGUIScriptingInterface.cxx;h=56a86de9035ea8535e4d416f9fcc6698c16f4d0c;hb=2d564c78c449d67b1d85511ba9601d3afb57c924;hp=826f7ebc5bcd03d82b113efc3f0a9b7d6507d2db;hpb=7a50f9c0b05dbe71543ffedacb9466dbf1802dec;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIScriptingInterface.cxx b/kernel/src/bbtkWxGUIScriptingInterface.cxx index 826f7eb..56a86de 100644 --- a/kernel/src/bbtkWxGUIScriptingInterface.cxx +++ b/kernel/src/bbtkWxGUIScriptingInterface.cxx @@ -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 #include @@ -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);