mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use same default filter for both windows and linux.
This commit is contained in:
parent
a6b6411b6b
commit
64ea23fdc6
@ -60,12 +60,7 @@ public:
|
||||
PdmUiFilePathEditorAttribute()
|
||||
{
|
||||
m_selectSaveFileName = false;
|
||||
#ifdef _WIN32
|
||||
m_fileSelectionFilter = "All files (*.*)";
|
||||
#else
|
||||
m_fileSelectionFilter = "All files (*)";
|
||||
#endif
|
||||
|
||||
m_defaultPath = QString();
|
||||
m_selectDirectory = false;
|
||||
m_appendUiSelectedFolderToText = false;
|
||||
|
Loading…
Reference in New Issue
Block a user