From f596ffe4b01d1aa7605c403979c5b61ad54b0cf4 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Thu, 5 Nov 2009 16:47:42 +0000 Subject: [PATCH] *** empty log message *** --- kernel/src/bbtkWxGUIScriptingInterface.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel/src/bbtkWxGUIScriptingInterface.cxx b/kernel/src/bbtkWxGUIScriptingInterface.cxx index c15e599..6e20b03 100644 --- a/kernel/src/bbtkWxGUIScriptingInterface.cxx +++ b/kernel/src/bbtkWxGUIScriptingInterface.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $ Language: C++ - Date: $Date: 2009/05/28 08:12:07 $ - Version: $Revision: 1.38 $ + Date: $Date: 2009/11/05 16:47:42 $ + Version: $Revision: 1.39 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -505,9 +505,12 @@ namespace bbtk //================================================================ void WxGUIScriptingInterface::OnMenuEditConfig(wxCommandEvent& WXUNUSED(event)) { + std::string configFile = ConfigurationFile::GetInstance().Get_config_xml_full_path(); Open(configFile); + wxMessageDialog ww(NULL,_T("If you change the bbtk_config.xml, you have to reinicialice this appliaction..."), _T("Alert !"), wxOK); + ww.ShowModal(); } //================================================================ -- 2.45.1