diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index cf13d82..5f06ad4 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -1239,6 +1239,7 @@ private void DeleteFileToolStripMenuItem_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(filePath)) { + PublicVar.messageBoxCenterParent = true; using (new CenterWinDialog(this)) { if (MessageBox.Show(this, "Delete file: " + "\"" + filePath + "\"" + " ?", PublicVar.appName,