mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make capital letter *.LAS files show up in import dialog
This commit is contained in:
parent
8d15a82147
commit
44a4ba8785
@ -58,7 +58,8 @@ std::vector<RimWellLogFile*> RicWellLogsImportFileFeature::importWellLogFiles( c
|
||||
QStringList RicWellLogsImportFileFeature::wellLogFileNameFilters()
|
||||
{
|
||||
QStringList nameFilters;
|
||||
nameFilters << "*.las";
|
||||
nameFilters << "*.las"
|
||||
<< "*.LAS";
|
||||
return nameFilters;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user