Fixed spelling on title bar of MainForm

Fixed spelling of "Uploader". Issue #59
This commit is contained in:
diyradiolab 2020-09-15 03:46:42 -04:00
parent e1f50eb57f
commit 4da1dcc4cc
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);