]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.cxx
DEps
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.cxx
index e0b39e2657a90ed279d9c06f50be126b86de6d44..4bde5cbe221519ef4ac00a8d0683b59571261378 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/08 14:46:42 $
-  Version:   $Revision: 1.24 $
+  Date:      $Date: 2008/10/09 14:38:57 $
+  Version:   $Revision: 1.25 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -494,8 +494,8 @@ namespace bbtk
     std::string command;
     command = ConfigurationFile::GetInstance().Get_bin_path();
     command += ConfigurationFile::GetInstance().Get_file_separator();
-    command += "bbRegeneratePackageDoc * && ";
-    command = ConfigurationFile::GetInstance().Get_bin_path();
+    command += "bbRegeneratePackageDoc -a && ";
+    command += ConfigurationFile::GetInstance().Get_bin_path();
     command += ConfigurationFile::GetInstance().Get_file_separator();
     command += "bbRegenerateBoxesLists";
        bbtkMessage("debug",1,"Executing system command '"<<command<<"'"<<std::endl);