2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

good extension handling in Save As done

This commit is contained in:
John Preston
2015-10-18 13:38:00 +02:00
parent 1f16e50c30
commit e14464162e
3 changed files with 35 additions and 5 deletions

View File

@@ -1821,7 +1821,7 @@ void MainWidget::documentPlayProgress(const SongMsgId &songId) {
name = pattern.isEmpty() ? qsl(".unknown") : pattern.replace('*', QString());
}
if (pattern.isEmpty()) {
filter = qsl("All files (*.*)");
filter = QString();
} else {
filter = mimeType.filterString() + qsl(";;All files (*.*)");
}