]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 5 Nov 2009 16:47:42 +0000 (16:47 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 5 Nov 2009 16:47:42 +0000 (16:47 +0000)
kernel/src/bbtkWxGUIScriptingInterface.cxx

index c15e5996551ca429597292ddfa59b8073663f217..6e20b0333eb13df2d84c9076dcff3801297b8109 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:07 $
-  Version:   $Revision: 1.38 $
+  Date:      $Date: 2009/11/05 16:47:42 $
+  Version:   $Revision: 1.39 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -505,9 +505,12 @@ namespace bbtk
   //================================================================
   void WxGUIScriptingInterface::OnMenuEditConfig(wxCommandEvent& WXUNUSED(event))
   {
+
     std::string configFile = 
       ConfigurationFile::GetInstance().Get_config_xml_full_path();
     Open(configFile);
+       wxMessageDialog ww(NULL,_T("If you change the bbtk_config.xml, you have to reinicialice this appliaction..."), _T("Alert !"), wxOK);
+       ww.ShowModal();
   }
   //================================================================