Give the suggest remote dialog a proper title

This commit is contained in:
baldurk
2016-08-29 19:42:56 +02:00
parent 90beef8f3c
commit accbeb577a
+1 -1
View File
@@ -175,7 +175,7 @@
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SuggestRemoteDialog";
this.Text = "Choose Remote Host?";
tableLayout.ResumeLayout(false);
topPanel.ResumeLayout(false);
topPanel.PerformLayout();