]> Creatis software - clitk.git/blobdiff - vv/vvToolROIManager.cxx
Change caption of file browser
[clitk.git] / vv / vvToolROIManager.cxx
index 051a8bf8905456c3b6be0cce9cae6e0cdb1abc43..8b0a48753671fc735e6cfed736dae8d62bfda1d1 100644 (file)
@@ -299,7 +299,7 @@ void vvToolROIManager::Open()
   QString Extensions = "Images or Dicom-Struct files ( *.mha *.mhd *.hdr *.his *.dcm RS*)";
   Extensions += ";;All Files (*)";
   QStringList filename =
-    QFileDialog::getOpenFileNames(this,tr("Open binary image"),
+    QFileDialog::getOpenFileNames(this,tr("Open binary image or DICOM RT Struct"),
                                  mMainWindowBase->GetInputPathName(),Extensions);
   if (filename.size() == 0) return;
   if (filename.size() > 1) { OpenBinaryImage(filename); return; }