mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6525 Export parameter : Add .GRDECL as default file name extension
Support both upper and lower case of *.GRDECL in file filter when specifying save file name
This commit is contained in:
@@ -84,7 +84,8 @@ void RicSaveEclipseResultAsInputPropertyExec::redo()
|
||||
}
|
||||
|
||||
QString outputFileName = projectFolder + "/" +
|
||||
caf::Utils::makeValidFileBasename( m_cellColors->resultVariableUiShortName() );
|
||||
caf::Utils::makeValidFileBasename( m_cellColors->resultVariableUiShortName() ) +
|
||||
".GRDECL";
|
||||
|
||||
exportSettings.fileName = outputFileName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user