diff --git a/Labyrinth3/IDE/Forms/MergeElementsDlg.cs b/Labyrinth3/IDE/Forms/MergeElementsDlg.cs index fef52b2..c641659 100644 --- a/Labyrinth3/IDE/Forms/MergeElementsDlg.cs +++ b/Labyrinth3/IDE/Forms/MergeElementsDlg.cs @@ -125,7 +125,7 @@ private void InitializeComponent() this.TypeBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; this.TypeBox.DrawMode = DrawMode.OwnerDrawVariable; this.TypeBox.DropDownStyle = ComboBoxStyle.DropDownList; - this.TypeBox.Items.AddRange(new object[13] + this.TypeBox.Items.AddRange(new object[ ] { (object) ElementType.Generic, (object) ElementType.Character,