From 1f047d439f268c1411cbf21a7362e73895a35655 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 22 Sep 2010 19:26:09 +1200 Subject: [PATCH] back out editor icon hack -- it breaks the packaged editor on windows --- OpenRA.Editor/Form1.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index ddb7f10677..8fbe12ec0e 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -36,9 +36,6 @@ namespace OpenRA.Editor Rules.LoadRules(Game.modData.Manifest, new Map()); surface1.AfterChange += MakeDirty; - - string path = Directory.GetCurrentDirectory(); - Icon = new Icon(path + Path.DirectorySeparatorChar + "OpenRA.Editor" + Path.DirectorySeparatorChar + "OpenRA.Editor.Icon.ico"); } void MakeDirty() { dirty = true; }