From 9efffcc1561d3058591280d47f20bd57a35676e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 2 May 2014 10:13:12 +0200 Subject: [PATCH] "World of Peacecraft" im Fenstertitel --- src/Gui/Gui.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Gui.cs b/src/Gui/Gui.cs index e1ea5b7..3c7f0f2 100644 --- a/src/Gui/Gui.cs +++ b/src/Gui/Gui.cs @@ -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);