From 4def9e0eae9fb852e0c07aee83b6a05909bbb76c Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 27 Jun 2010 23:14:43 +1200 Subject: [PATCH] Fix Editor --- OpenRA.Editor/Form1.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index c307fb6efd..5f25035a62 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -131,10 +131,9 @@ namespace OpenRA.Editor tilePalette.Controls.Add(ibox); tt.SetToolTip(ibox, - "{1}:{0} ({3}x{4} {2})".F( + "{1}:{0} ({2}x{3})".F( template.Image, template.Id, - template.Bridge, template.Size.X, template.Size.Y)); }