Removed unnecessary string from title.

This commit is contained in:
23rd 2019-08-23 13:57:37 +03:00
parent 3945352aca
commit 1ac652998e
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@
this.Controls.Add(this.PsmChan);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "CHOVY";
this.Text = "CHOVYMainForm";
this.Text = "CHOVY";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CHOVY_FormClosing);
this.Load += new System.EventHandler(this.CHOVY_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();