Remove Beta Feed URL from Installer
Remove Beta tag from Installer
This commit is contained in:
parent
8dca09cd17
commit
b489216765
4 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue