MailWindow: Use PDF-Dokument instead of PDF-Datei

This commit is contained in:
2024-02-29 12:39:58 +01:00
parent ccb83911b1
commit cc5396711d

View File

@ -241,7 +241,7 @@ namespace Elwig.Windows {
var d = new OpenFileDialog() {
Title = "Dokument auswählen - Elwig",
DefaultExt = ".pdf",
Filter = "PDF-Datei (*.pdf)|*.pdf",
Filter = "PDF-Dokument (*.pdf)|*.pdf",
Multiselect = true,
};
if (d.ShowDialog() == true) {