diff --git a/PortProxyGUI/NewProxy.Designer.cs b/PortProxyGUI/NewProxy.Designer.cs index fc3132a..b550320 100644 --- a/PortProxyGUI/NewProxy.Designer.cs +++ b/PortProxyGUI/NewProxy.Designer.cs @@ -176,7 +176,7 @@ this.MinimizeBox = false; this.Name = "NewProxy"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "NewProxy"; + this.Text = "New Proxy"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewProxy_FormClosing); this.Load += new System.EventHandler(this.NewProxy_Load); diff --git a/PortProxyGUI/PortProxyGUI.Designer.cs b/PortProxyGUI/PortProxyGUI.Designer.cs index ac053c3..c80ddf7 100644 --- a/PortProxyGUI/PortProxyGUI.Designer.cs +++ b/PortProxyGUI/PortProxyGUI.Designer.cs @@ -138,7 +138,7 @@ this.Controls.Add(this.listView1); this.Name = "PortProxyGUI"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "PortProxyGUI"; + this.Text = "Port Proxy GUI"; this.Load += new System.EventHandler(this.PortProxyGUI_Load); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false);