From 0894d8975fbf4506ed70b8226959e4c2d8638703 Mon Sep 17 00:00:00 2001 From: mjjo Date: Tue, 14 Oct 2014 10:38:52 +0000 Subject: [PATCH] --- Form1.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Form1.Designer.cs b/Form1.Designer.cs index 41f1503..8268fcb 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -61,7 +61,7 @@ // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); - this.notifyIcon1.Text = "notifyIcon1"; + this.notifyIcon1.Text = "Checker"; this.notifyIcon1.Visible = true; this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick); // @@ -114,7 +114,7 @@ this.Controls.Add(this.tbURL); this.Controls.Add(this.Process); this.Name = "Form1"; - this.Text = "Form1"; + this.Text = "Checker"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Resize += new System.EventHandler(this.Form1_Resize); this.ResumeLayout(false);