]> Creatis software - clitk.git/commitdiff
minor fixes
authorschaerer <schaerer>
Mon, 6 Sep 2010 14:18:06 +0000 (14:18 +0000)
committerschaerer <schaerer>
Mon, 6 Sep 2010 14:18:06 +0000 (14:18 +0000)
common/clitkDicomRT_Contour.cxx
vv/vvMainWindow.cxx

index 7df4cfe3f33e8a9c64b966c6476a4addba17b001..cee3b678b8891718ece52546469e5e4eef23af27 100644 (file)
@@ -58,7 +58,7 @@ bool clitk::DicomRT_Contour::Read(gdcm::SQItem * item)
     return false;
   }
   if (mType == "POINT ") {
-    std::cout << "Warning: POINT type not fully supported. (don't use GetMesh() with this!)"
+    std::cerr << "Warning: POINT type not fully supported. (don't use GetMesh() with this!)"
       << std::endl;
   }
 
index 10dc42d012885709d621a0ded415d650d6122c10..a73720b91fd61727ad8256c1b89a934babb7c41d 100644 (file)
@@ -441,7 +441,7 @@ void vvMainWindow::OpenVTKContour()
 void vvMainWindow::OpenDCStructContour()
 {
   if (mSlicerManagers.size() > 0) {
-    QString Extensions = "Dicom Files ( *.dcm; RS*)";
+    QString Extensions = "Dicom Files ( *.dcm RS*)";
     Extensions += ";;All Files (*)";
     QString file = QFileDialog::getOpenFileName(this,tr("Merge Images"),mInputPathName,Extensions);
     if (file.isNull())