Merge pull request #60 from diyradiolab/dev

Fixed spelling on title bar of MainForm
This commit is contained in:
Samuel Tulach 2020-10-02 17:06:14 +02:00 committed by GitHub
commit 5aa91b6b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "VirusTotal Uploder";
this.Text = "VirusTotal Uploader";
this.Load += new System.EventHandler(this.MainForm_Load);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainForm_DragDrop);