diff --git a/mainwindow.cpp b/mainwindow.cpp index 5a62c2e..ad73468 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -55,6 +55,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) nameFilter.append(mimeType.suffixes()); } _openFilter.append("*.fit *.fits *.xisf *.cr2 *.nef *.dng)"); + _openFilter.append(tr(";;All files (*)")); nameFilter.append({"fit", "fits", "xisf", "cr2", "nef", "dng"}); m_info = new ImageInfo(this);