Ram Watch - add back the text property as "Ram Watch" don't know when that went blank

This commit is contained in:
adelikat 2014-12-17 03:03:12 +00:00
parent 8d0205f962
commit 95c57da72c
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "RamWatch";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = " ";
this.Text = " Ram Watch";
this.Activated += new System.EventHandler(this.NewRamWatch_Activated);
this.Load += new System.EventHandler(this.NewRamWatch_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop);