Skip to content

Commit 9a81934

Browse files
committed
Fixed missing path.
1 parent fbfdeaa commit 9a81934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Forms/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private void openProjectToolStripMenuItem_Click(object sender, EventArgs e)
182182

183183
if (ofd.ShowDialog() == DialogResult.OK)
184184
{
185-
LoadFileFromPath(ofd.SafeFileName);
185+
LoadFileFromPath(ofd.FileName);
186186
}
187187
}
188188
}

0 commit comments

Comments
 (0)