diff --git a/ApplicationCode/Commands/WellLogCommands/RicWellLogsImportFileFeature.cpp b/ApplicationCode/Commands/WellLogCommands/RicWellLogsImportFileFeature.cpp index 37b5e7f009..b3a28f8755 100644 --- a/ApplicationCode/Commands/WellLogCommands/RicWellLogsImportFileFeature.cpp +++ b/ApplicationCode/Commands/WellLogCommands/RicWellLogsImportFileFeature.cpp @@ -58,7 +58,8 @@ std::vector RicWellLogsImportFileFeature::importWellLogFiles( c QStringList RicWellLogsImportFileFeature::wellLogFileNameFilters() { QStringList nameFilters; - nameFilters << "*.las"; + nameFilters << "*.las" + << "*.LAS"; return nameFilters; }