Ram Watch - add back the text property as "Ram Watch" don't know when that went blank
This commit is contained in:
parent
8d0205f962
commit
95c57da72c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue