diff --git a/src/ui/mainwindow.cc b/src/ui/mainwindow.cc index f614cbee..1f8f7484 100644 --- a/src/ui/mainwindow.cc +++ b/src/ui/mainwindow.cc @@ -4025,7 +4025,7 @@ void MainWindow::on_importFavorites_triggered() QString fileName = QFileDialog::getOpenFileName( this, tr( "Import Favorites from file" ), importPath, - tr( "XML files (*.xml);;Txt files (*.txt);;All files (*.*)" ) ); + tr( "Text and XML files (*.txt *.xml);;All files (*.*)" ) ); if ( fileName.size() == 0 ) { return; }