Rename ModInformation to ModMetadata

This commit is contained in:
Pavlos Touboulidis
2014-05-10 18:21:00 +03:00
parent 0e15ce1b88
commit 10b8093d5a
7 changed files with 21 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Editor
currentMod = args.FirstOrDefault() ?? "ra";
toolStripComboBox1.Items.AddRange(ModInformation.AllMods.Keys.ToArray());
toolStripComboBox1.Items.AddRange(ModMetadata.AllMods.Keys.ToArray());
toolStripComboBox1.SelectedIndexChanged += (_, e) =>
{