From a5134cfe1d835eb5abb784225eebe8e9c20196e7 Mon Sep 17 00:00:00 2001 From: Florian Dubois Date: Sat, 26 Jun 2021 10:55:41 +0200 Subject: [PATCH] Rename notification icon text --- Form1.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.Designer.cs b/Form1.Designer.cs index 9873730..cb54f8e 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -175,7 +175,7 @@ private void InitializeComponent() "rk. Double-click on the icon to bring up the interface."; this.notifyIcon1.BalloonTipTitle = "Application minimized"; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); - this.notifyIcon1.Text = "notifyIcon1"; + this.notifyIcon1.Text = "Facepunch Commits Monitor"; this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon1_MouseDoubleClick); // // Form1