mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Added quotes
This commit is contained in:
parent
0d32079219
commit
154a8bf24e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue