#8031 Ensemble import dialog: rename to 'Group by ensemble'

This commit is contained in:
Kristian Bendiksen
2021-09-22 12:19:17 +02:00
parent 17f44b0f25
commit e11c564802
7 changed files with 32 additions and 32 deletions

View File

@@ -275,7 +275,7 @@ std::pair<QStringList, bool>
// Remember the path to next time
app->setLastUsedDialogDirectory( pathCacheName, QFileInfo( result.rootDir ).absoluteFilePath() );
return std::make_pair( result.files, result.groupByIteration );
return std::make_pair( result.files, result.groupByEnsemble );
}
//--------------------------------------------------------------------------------------------------