Fix dialog extensions.

This commit is contained in:
2020-09-03 23:39:06 +01:00
parent f6e594179f
commit 8911a34e3c

View File

@@ -159,8 +159,8 @@ namespace RomRepoMgr.ViewModels
{
Extensions = new List<string>
{
"*.dat",
"*.xml"
"dat",
"xml"
},
Name = Localization.DatFilesDialogLabel
});
@@ -169,7 +169,7 @@ namespace RomRepoMgr.ViewModels
{
Extensions = new List<string>
{
"*.*"
"*"
},
Name = Localization.AllFilesDialogLabel
});