Skip to content

Commit

Permalink
Update FormHTool.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAS-712 committed Jan 18, 2019
1 parent c9580b1 commit 3f0fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MifareOneTool/FormHTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private void 另存为ToolStripMenuItem_Click(object sender, EventArgs e)
ofd.DefaultExt = ".mfd";
ofd.Title = "请选择MFD文件保存位置及文件名";
ofd.OverwritePrompt = true;
ofd.Filter = "MFD文件|*.mfd";
ofd.Filter = "MFD文件|*.mfd|DUMP文件|*.dump";
if (ofd.ShowDialog() == DialogResult.OK)
{
filename = ofd.FileName;
Expand Down

0 comments on commit 3f0fb90

Please sign in to comment.