From 14fb12213453c642d28ec0d0241526c0e674c253 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Thu, 12 Jul 2012 10:31:57 +0200 Subject: [PATCH] Change caption of file browser --- vv/vvToolROIManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.1