From 90dbc12f3d4cea7868d4b6fff2658f4c5383cedc Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 7 Nov 2019 20:13:57 +0200 Subject: [PATCH] Swapped the app name and the file name in the window title --- Crypto Notepad/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 6f03fbd..e3cc193 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -959,6 +959,7 @@ private void RichTextBox_TextChanged(object sender, EventArgs e) { if (!Text.Contains("*")) { + Text = Text.Insert(0, "*"); } } else