]> Creatis software - bbtkGEditor.git/commitdiff
DFCH: ActionButton: CreateBlackBox using bbtkSystemTools::CreateBlackBox(); v1_0_0_t2 v1_0_0
authorcaceres <>
Tue, 24 Apr 2012 12:45:14 +0000 (12:45 +0000)
committercaceres <>
Tue, 24 Apr 2012 12:45:14 +0000 (12:45 +0000)
   ActionButton: CreatePackage using bbtkSystemTools::CreatePackage();

lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h

index ffccd104bdf0a09c631ced4eda810cb7505158ae..e76f8bcecb98b8bf41302e20bafa3bc4df48d14c 100644 (file)
@@ -813,13 +813,13 @@ void wxGUIEditorGraphicBBS::OnHelpBBeditor(wxCommandEvent& event) {
 
 //=========================================================================
 void wxGUIEditorGraphicBBS::OnCreatePackage(wxCommandEvent& event) {
-       printf("EED wxGUIEditorGraphicBBS::OnCreatePackag ... not implemented ..\n");
+
+       bbtkSystemTools::CreatePackage();
 }
 
 //=========================================================================
 void wxGUIEditorGraphicBBS::OnCreateBlackBox(wxCommandEvent& event) {
-       printf(
-                       "EED wxGUIEditorGraphicBBS::OnCreateBlackBox ... not implemented ..\n");
+       bbtkSystemTools::CreateBlackBox();
 }
 //=========================================================================
 void wxGUIEditorGraphicBBS::OnPlugPackage(wxCommandEvent& event) {
index d3cc7ed296f44ece63dd85c5db2c9fb66511d690..3a4df85f8ef3e05efa48c18994b4b38564296da6 100644 (file)
@@ -69,6 +69,7 @@
 #include <bbtkWxGUIHtmlBrowser.h>
 #include <bbtkBlackBoxDescriptor.h>
 #include <bbtkConfigurationFile.h>
+#include <bbtkSystemTools.h>
 
 //Includes vtk