diff --git a/Crypto Notepad/Form1.cs b/Crypto Notepad/Form1.cs index 3a8f02a..90b0118 100644 --- a/Crypto Notepad/Form1.cs +++ b/Crypto Notepad/Form1.cs @@ -252,6 +252,7 @@ private void MainWindow_FormClosing(object sender, FormClosingEventArgs e) ps.Save(); + if (customRTB.Modified == true) { string f = "Unnamed.cnp"; string NameWithotPath;