]> Creatis software - clitk.git/commitdiff
Change caption of file browser
authorDavid Sarrut <david.sarrut@gmail.com>
Thu, 12 Jul 2012 08:31:57 +0000 (10:31 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Thu, 12 Jul 2012 08:31:57 +0000 (10:31 +0200)
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; }