X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMNewBlackBoxDialog.cpp;fp=lib%2FcreaDevManagerLib%2FwxCDMNewBlackBoxDialog.cpp;h=b48d187766f07c6f2ad236faddfd260962f39f57;hb=5139c575b9d3d4a58427b17db6a37ca26e3470d0;hp=c1542881aebf1afa9a6e4a4b37bf18cc4c872e64;hpb=b25a9c7f156b97660af55abb23d8e56ec8ef1397;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp b/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp index c154288..b48d187 100644 --- a/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp @@ -180,9 +180,12 @@ void wxCDMNewBlackBoxDialog::CreateControls() wxT("Basic - AtomicBlackBox"), wxT("Widget - WxBlackBox"), wxT("VTK ImageAlgorithm - Basic and vtkImageAlgorithm (standard vtk I/O)"), - wxT("VTK PolyDataAlgorithm - Basic and vtkPolyDataAlgorithm (standard vtk I/O)") + wxT("VTK PolyDataAlgorithm - Basic and vtkPolyDataAlgorithm (standard vtk I/O)"), +//JFGA new type added + wxT("Web Widget - WtBlackBox") + }; - this->blackBoxType = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 4, BBTypes); + this->blackBoxType = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 5, BBTypes); wxString BBFormats[] = {