MailWindow: Use PDF-Dokument instead of PDF-Datei
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user