diff --git a/Crypto Notepad/Form1.cs b/Crypto Notepad/Form1.cs index aac1b8e..f718875 100644 --- a/Crypto Notepad/Form1.cs +++ b/Crypto Notepad/Form1.cs @@ -488,7 +488,7 @@ private void deleteFileToolStripMenuItem_Click_1(object sender, EventArgs e) { using (new CenterWinDialog(this)) { - if (MessageBox.Show("Delete file: " + filename + " ?", "Crypto Notepad", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + if (MessageBox.Show("Delete file: " + "\"" + filename + "\"" + " ?", "Crypto Notepad", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { File.Delete(filename); customRTB.Clear();