X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxConsole.h;h=d45758931ca472cead8f6151ae5d263606f25f02;hb=cb1a201cc6e6ab05f0c5063f6fc368681571a64e;hp=5de4ea9d4eef5562f2c593b97d58e6aacd3c0ad3;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/src/bbtkWxConsole.h b/kernel/src/bbtkWxConsole.h index 5de4ea9..d457589 100644 --- a/kernel/src/bbtkWxConsole.h +++ b/kernel/src/bbtkWxConsole.h @@ -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()