]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxConsole.h
Installer with CPACK
[bbtk.git] / kernel / src / bbtkWxConsole.h
index 5de4ea9d4eef5562f2c593b97d58e6aacd3c0ad3..d45758931ca472cead8f6151ae5d263606f25f02 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/12 12:55:16 $
+  Version:   $Revision: 1.3 $
                                                                                 
   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);
@@ -101,6 +101,9 @@ namespace bbtk
     {
       ID_Menu_Quit = 1,
       ID_Menu_About,
+      ID_Text_Command,
+      ID_Text_History,
+
     };
     
     DECLARE_EVENT_TABLE()