mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Fix dialog extensions.
This commit is contained in:
@@ -159,8 +159,8 @@ namespace RomRepoMgr.ViewModels
|
|||||||
{
|
{
|
||||||
Extensions = new List<string>
|
Extensions = new List<string>
|
||||||
{
|
{
|
||||||
"*.dat",
|
"dat",
|
||||||
"*.xml"
|
"xml"
|
||||||
},
|
},
|
||||||
Name = Localization.DatFilesDialogLabel
|
Name = Localization.DatFilesDialogLabel
|
||||||
});
|
});
|
||||||
@@ -169,7 +169,7 @@ namespace RomRepoMgr.ViewModels
|
|||||||
{
|
{
|
||||||
Extensions = new List<string>
|
Extensions = new List<string>
|
||||||
{
|
{
|
||||||
"*.*"
|
"*"
|
||||||
},
|
},
|
||||||
Name = Localization.AllFilesDialogLabel
|
Name = Localization.AllFilesDialogLabel
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user