]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.cxx
BUG Documentation MAC
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.cxx
index 618f8049366eb5af701e02cb9903b866c617ab3c..b6581d08788b1d939eda5d004622d40fa34d19a0 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/03/23 13:06:41 $
-  Version:   $Revision: 1.34 $
+  Date:      $Date: 2009/03/24 13:42:59 $
+  Version:   $Revision: 1.35 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -93,7 +93,7 @@ namespace bbtk
     
     mInterpreter = bbtk::Interpreter::New();
     mInterpreter->SetUser(this);
-    mInterpreter->SetCommandLine(true);
+       mInterpreter->SetCommandLine(true);
     mInterpreter->SetThrow(true);
     //    mInterpreter->AddBreakObserver
     //boost::bind( &WxGUIScriptingInterface::InterpreterUserOnBreak, this ));
@@ -558,7 +558,8 @@ namespace bbtk
 #endif
        command += " " + pack + " -q";
     bbtkMessage("debug",1,"Executing system command '"<<command<<"'"<<std::endl);
-    
+
+printf("EED WxGUIScriptingInterface::DoRegeneratePackageDoc %s",  command.c_str());      
 
     if ( ! system ( command.c_str() ) )
       {