mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-27 21:34:15 -05:00
Update FieldItemEditor.cs
This commit is contained in:
@@ -920,7 +920,7 @@ private void B_ExportPlacedDesigns_Click(object sender, EventArgs e)
|
||||
{
|
||||
using var sfd = new SaveFileDialog
|
||||
{
|
||||
Filter = "nhmd file (*.nhmd)",
|
||||
Filter = "nhmd file (*.nhmd)|*.nhmd",
|
||||
FileName = "Island MyDesignMap.nhmd",
|
||||
};
|
||||
if (sfd.ShowDialog() != DialogResult.OK)
|
||||
@@ -936,7 +936,7 @@ private void B_ImportPlacedDesigns_Click(object sender, EventArgs e)
|
||||
{
|
||||
using var ofd = new OpenFileDialog
|
||||
{
|
||||
Filter = "nhmd file (*.nhmd)",
|
||||
Filter = "nhmd file (*.nhmd)|*.nhmd",
|
||||
FileName = "Island MyDesignMap.nhmd",
|
||||
};
|
||||
if (ofd.ShowDialog() != DialogResult.OK)
|
||||
|
||||
Reference in New Issue
Block a user