Skip to content

Commit cfedbd2

Browse files
committed
Fixed window title.
1 parent c66b1b2 commit cfedbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Forms/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public MainForm(NativeHelper nativeHelper)
5656
{
5757
var text = $"{sender.Process.Name} (PID: {sender.Process.Id})";
5858

59-
Text = $"{Constants.ApplicationName} {text}";
59+
Text = $"{Constants.ApplicationName} - {text}";
6060
processInfoToolStripStatusLabel.Text = text;
6161
}
6262
};

0 commit comments

Comments
 (0)