mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 16:06:04 -06:00
#5615 GOCAD : Fix file import filter
This commit is contained in:
parent
ff2e757789
commit
ac27976036
@ -50,7 +50,7 @@ void RicImportSurfacesFeature::onActionTriggered( bool isChecked )
|
||||
QStringList fileNames = QFileDialog::getOpenFileNames( Riu3DMainWindowTools::mainWindowWidget(),
|
||||
"Import Surfaces",
|
||||
defaultDir,
|
||||
"Petrel surface file (*.ptl);All Files (*.*)" );
|
||||
"Surface files (*.ptl *.ts);;All Files (*.*)" );
|
||||
|
||||
if ( fileNames.isEmpty() ) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user