Remove Beta Feed URL from Installer

Remove Beta tag from Installer
This commit is contained in:
Virtuworks 2012-11-28 16:34:47 -05:00
parent 8dca09cd17
commit b489216765
4 changed files with 4 additions and 4 deletions

View file

@ -209,7 +209,7 @@ namespace WebsitePanel.Installer
this.MinimumSize = new System.Drawing.Size(640, 480);
this.Name = "ApplicationForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "WebsitePanel Installer (Beta)";
this.Text = "WebsitePanel Installer";
this.Shown += new System.EventHandler(this.OnApplicationFormShown);
this.statusBar.ResumeLayout(false);
this.statusBar.PerformLayout();