From: Eduardo DAVILA Date: Wed, 22 Sep 2021 09:08:26 +0000 (+0200) Subject: #3229 vtk8itk4wx3-mingw64 MACOS X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bf36ff525b01e0ec957a0c75921b901ea4cc4899;p=bbtkGEditor.git #3229 vtk8itk4wx3-mingw64 MACOS --- diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 2cec649..1a1357d 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -569,7 +569,7 @@ void wxGUIEditorGraphicBBS::executeScript(std::string script) { #endif #ifndef APPLE - command = "source ~/.profile; "+command; + command = "source ~/.bbtk/profile_creatools; "+command; #endif