]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp
#2499 crea Feature New Normal - wt-version wtLibrary
[crea.git] / lib / creaDevManagerLib / wxCDMNewBlackBoxDialog.cpp
index c1542881aebf1afa9a6e4a4b37bf18cc4c872e64..b48d187766f07c6f2ad236faddfd260962f39f57 100644 (file)
@@ -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[] =
       {