From b4892167651dbc980585a2e753bf019a6a90fd50 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Wed, 28 Nov 2012 16:34:47 -0500 Subject: [PATCH] Remove Beta Feed URL from Installer Remove Beta tag from Installer --- .../Sources/WebsitePanel.Installer/App.Debug.config | 2 +- .../Sources/WebsitePanel.Installer/App.Release.config | 2 +- .../Sources/WebsitePanel.Installer/App.config | 2 +- .../Sources/WebsitePanel.Installer/ApplicationForm.Designer.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Debug.config b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Debug.config index 18e7f2ee..60bc4b39 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Debug.config +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Debug.config @@ -9,7 +9,7 @@ - + diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Release.config b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Release.config index 18e7f2ee..60bc4b39 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Release.config +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.Release.config @@ -9,7 +9,7 @@ - + diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.config b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.config index 18e7f2ee..60bc4b39 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.config +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/App.config @@ -9,7 +9,7 @@ - + diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/ApplicationForm.Designer.cs b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/ApplicationForm.Designer.cs index a6ed5690..ed4edc49 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/ApplicationForm.Designer.cs +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/ApplicationForm.Designer.cs @@ -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();