From: David Sarrut Date: Thu, 12 Jul 2012 08:31:57 +0000 (+0200) Subject: Change caption of file browser X-Git-Tag: v1.4.0~327 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=14fb12213453c642d28ec0d0241526c0e674c253;p=clitk.git Change caption of file browser --- diff --git a/vv/vvToolROIManager.cxx b/vv/vvToolROIManager.cxx index 051a8bf..8b0a487 100644 --- a/vv/vvToolROIManager.cxx +++ b/vv/vvToolROIManager.cxx @@ -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; }