]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxConsole.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxConsole.h
index 5de4ea9d4eef5562f2c593b97d58e6aacd3c0ad3..407e5d13d6f9bb16a9377651a9d0a2ba29fa53ce 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxConsole.h,v $
   Language:  C++
-  Date:      $Date: 2008/01/22 15:02:00 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/02/05 08:25:23 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -72,7 +72,7 @@ namespace bbtk
     
     /// Runs the interpretation of a file
     void InterpretFile( const std::string& filename, bool use_configuration_file = true) 
-    { mInterpreter->InterpretFile(filename,use_configuration_file, false); }
+    { mInterpreter->InterpretFile(filename,use_configuration_file); }
 
     void OnMenuQuit(wxCommandEvent& event);
     void OnMenuAbout(wxCommandEvent& event);