diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 282b4e2..a94a278 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -981,7 +981,10 @@ private async void RichTextBox_DragDrop(object sender, DragEventArgs e) private void RichTextBox_TextChanged(object sender, EventArgs e) { statusPanelTimer.Start(); - + //if (string.IsNullOrEmpty(PublicVar.openFileName)) + //{ + // Text = "Unnamed.cnp" + " – " + PublicVar.appName; + //} if (richTextBox.Modified) { if (!Text.Contains("*"))