diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 5f25035a62..8e1449f1f1 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -379,7 +379,7 @@ namespace OpenRA.Editor using (var nmd = new NewMapDialog()) { nmd.theater.Items.Clear(); - nmd.theater.Items.AddRange(Rules.TileSets.Select(a => a.Value.Name).ToArray()); + nmd.theater.Items.AddRange(Rules.TileSets.Select(a => a.Value.Id).ToArray()); nmd.theater.SelectedIndex = 0; if (DialogResult.OK == nmd.ShowDialog())