fix utility filepicker on windows

This commit is contained in:
Chris Forbes
2011-05-18 20:53:54 +12:00
parent 7b3f178595
commit 6277def7a0
2 changed files with 5 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ namespace OpenRA.Utility
{
class Program
{
[STAThread]
static void Main(string[] args)
{
var actions = new Dictionary<string, Action<string[]>>()