mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add txt suffix file pattern to make windows dialog behave better on windows.
This commit is contained in:
parent
4c11564838
commit
60ac760254
@ -47,6 +47,7 @@ void RimBinaryExportSettings::defineEditorAttribute( const caf::PdmFieldHandle*
|
||||
if ( myAttr )
|
||||
{
|
||||
myAttr->m_selectSaveFileName = true;
|
||||
myAttr->m_fileSelectionFilter = "Text files (*.txt);;All files (*.*)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,6 +46,7 @@ void RimExportInputSettings::defineEditorAttribute( const caf::PdmFieldHandle* f
|
||||
if ( myAttr )
|
||||
{
|
||||
myAttr->m_selectSaveFileName = true;
|
||||
myAttr->m_fileSelectionFilter = "Text files (*.txt);;All files (*.*)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user