From 1a13aa34de4f99334b27050c18b32e6e4c8f0650 Mon Sep 17 00:00:00 2001 From: schaerer Date: Mon, 6 Sep 2010 14:18:06 +0000 Subject: [PATCH] minor fixes --- common/clitkDicomRT_Contour.cxx | 2 +- vv/vvMainWindow.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/clitkDicomRT_Contour.cxx b/common/clitkDicomRT_Contour.cxx index 7df4cfe..cee3b67 100644 --- a/common/clitkDicomRT_Contour.cxx +++ b/common/clitkDicomRT_Contour.cxx @@ -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; } diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 10dc42d..a73720b 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -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()) -- 2.47.0