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=2b382add493e46bee7f6a7552ae54a4b08ab2f25;hp=c1542881aebf1afa9a6e4a4b37bf18cc4c872e64;hpb=7872f6ea0cd9d9a7611f3ea88f94d54fc7e27cea;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[] = {