]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
DFCH: ActionButton: CreateBlackBox using bbtkSystemTools::CreateBlackBox();
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
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) {