From 4da1dcc4cc4a69041695457ecbe9a7e75230c68a Mon Sep 17 00:00:00 2001 From: diyradiolab Date: Tue, 15 Sep 2020 03:46:42 -0400 Subject: [PATCH] Fixed spelling on title bar of MainForm Fixed spelling of "Uploader". Issue #59 --- uploader/uploader/MainForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploader/uploader/MainForm.Designer.cs b/uploader/uploader/MainForm.Designer.cs index 3327af2..f1f9fd7 100644 --- a/uploader/uploader/MainForm.Designer.cs +++ b/uploader/uploader/MainForm.Designer.cs @@ -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);