]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbi/bbi.cxx
*** empty log message ***
[bbtk.git] / kernel / appli / bbi / bbi.cxx
index 76aaef3e6667d6c9ea8ebe984438f24029da464c..16cbb8f0b45565addc4cc3ed00180051f7e09380 100644 (file)
@@ -194,7 +194,7 @@ bool wxBBIApp::OnInit( )
   if (help_on_script) 
     {
       std::string package; 
-      I->GetInterpreter()->GetExecuter()->GetFactory()->HelpBlackBox("workspace",package,false);
+      I->GetInterpreter()->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace",package,false);
     }
 
   /*
@@ -281,9 +281,9 @@ int main(int argc, char* argv[])
        {
          I->SetNoExecMode(false);
          std::string package; 
-         I->GetExecuter()->GetFactory()->HelpBlackBox("workspace",
-                                                      package,
-                                                      false);
+         I->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace",
+                                                             package,
+                                                             false);
        }
       if (cmdline.input_file.size()==0)
        I->CommandLineInterpreter();