]> Creatis software - bbtkGEditor.git/commitdiff
oubli
authorcervenansky <>
Thu, 24 May 2012 15:07:56 +0000 (15:07 +0000)
committercervenansky <>
Thu, 24 May 2012 15:07:56 +0000 (15:07 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index 9f68cef04367407fe1f72d64ecfc9a647ca45233..2f1fc26571625e23f8ee55c1ffeb1468a5d72eee 100644 (file)
@@ -912,12 +912,12 @@ void wxGUIEditorGraphicBBS::OnHelpBBeditor(wxCommandEvent& event) {
 //=========================================================================
 void wxGUIEditorGraphicBBS::OnCreatePackage(wxCommandEvent& event) {
 
-       //bbtkSystemTools::CreatePackage();
+       bbtkSystemTools::CreatePackage();
 }
 
 //=========================================================================
 void wxGUIEditorGraphicBBS::OnCreateBlackBox(wxCommandEvent& event) {
-       //bbtkSystemTools::CreateBlackBox();
+       bbtkSystemTools::CreateBlackBox();
 }
 //=========================================================================
 void wxGUIEditorGraphicBBS::OnPlugPackage(wxCommandEvent& event) {