xlxs- und pptx-Dateien zum Hochladen hinzugefügt

This commit is contained in:
Lyndon Jetten
2020-12-14 19:17:50 +01:00
parent 51369c4b61
commit 8d86bdaaf7
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ namespace ChatController {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.ppt;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp. /// Looks up a localized string similar to Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp.
/// </summary> /// </summary>
public static string OpenFileDialogFilter_Test { public static string OpenFileDialogFilter_Test {
get { get {

View File

@@ -161,6 +161,6 @@
<value>ownChatNewMessageSync.txt</value> <value>ownChatNewMessageSync.txt</value>
</data> </data>
<data name="OpenFileDialogFilter_Test" xml:space="preserve"> <data name="OpenFileDialogFilter_Test" xml:space="preserve">
<value>Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.ppt;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp</value> <value>Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp</value>
</data> </data>
</root> </root>