"World of Peacecraft" im Fenstertitel

This commit is contained in:
2014-05-02 10:13:12 +02:00
parent 8342d5e3bf
commit 9efffcc156

View File

@@ -44,7 +44,7 @@ namespace WorldOfPeacecraft
this.DoubleBuffered = true;
this.MaximizeBox = false;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "WorldOfPeacecraft";
this.Text = "World of Peacecraft";
this.ShowIcon = false;
this.Controls.Add (MapPanel);