diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/WebBrowser/Tools/PrintToPdfDialog.py --- a/src/eric7/WebBrowser/Tools/PrintToPdfDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/WebBrowser/Tools/PrintToPdfDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -38,7 +38,7 @@ self.setupUi(self) self.pdfFilePicker.setMode(EricPathPickerModes.SAVE_FILE_OVERWRITE_MODE) - self.pdfFilePicker.setFilters(self.tr("PDF Files (*.pdf);;" "All Files (*)")) + self.pdfFilePicker.setFilters(self.tr("PDF Files (*.pdf);;All Files (*)")) if not os.path.isabs(filePath): documentsPath = QStandardPaths.writableLocation( QStandardPaths.StandardLocation.DocumentsLocation