Bring Windows launcher into line with pchote's ideas.

This commit is contained in:
Matthew Bowra-Dean
2010-11-18 23:41:13 +13:00
committed by Paul Chote
parent 085685a769
commit d2a52fd529
13 changed files with 409 additions and 1058 deletions

View File

@@ -10,7 +10,7 @@ namespace OpenRA.Launcher
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
Application.Run(new Launcher());
}
}
}