Swapped the app name and the file name in the window title

This commit is contained in:
Alexander 2019-11-07 20:13:57 +02:00
parent b8b3cccc13
commit 90dbc12f3d

View file

@ -959,6 +959,7 @@ private void RichTextBox_TextChanged(object sender, EventArgs e)
{
if (!Text.Contains("*"))
{
Text = Text.Insert(0, "*");
}
}
else