Update Main.cs

This commit is contained in:
LegoFigure11 2017-02-22 19:15:30 +11:00 committed by GitHub
parent 33f1dd3221
commit 3ab2d303f8

View file

@ -323,11 +323,10 @@ namespace PKHeX.WinForms
Filter = "All Files|*.*" +
$"|Supported Files|main;*.sav;*.dat;*.gci;*.bin;*.{ekx};{supported};*.bak" +
"|3DS Main Files|main" +
"|Save Files|*.sav;*.dat;" +
"|Save Files|*.sav;*.dat;*.gci" +
$"|Decrypted PKM File|{supported}" +
$"|Encrypted PKM File|*.{ekx}" +
"|Binary File|*.bin" +
"|Gamecube Save File|*.gci" +
"|Backup File|*.bak"
};