diff --git a/ApplicationCode/Commands/ExportCommands/RicSaveEclipseInputVisibleCellsUi.cpp b/ApplicationCode/Commands/ExportCommands/RicSaveEclipseInputVisibleCellsUi.cpp index d18d036c28..24d6125412 100644 --- a/ApplicationCode/Commands/ExportCommands/RicSaveEclipseInputVisibleCellsUi.cpp +++ b/ApplicationCode/Commands/ExportCommands/RicSaveEclipseInputVisibleCellsUi.cpp @@ -74,6 +74,8 @@ void RicSaveEclipseInputVisibleCellsUi::defineEditorAttribute( const caf::PdmFie if ( myAttr ) { myAttr->m_selectSaveFileName = true; + // Set GRDECL file filter as default + myAttr->m_fileSelectionFilter = "GRDECL files (*.grdecl);;All files (*.*)"; } } }