Skip to content

Commit

Permalink
make editor work in non-en locales
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisforbes committed May 12, 2010
1 parent f0e5b97 commit 8cd3881
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions OpenRA.Editor/Program.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Globalization;
using System.Windows.Forms;

namespace OpenRA.Editor
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main( string[] args )
{
Application.CurrentCulture = CultureInfo.InvariantCulture;
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1(args));
Expand Down

0 comments on commit 8cd3881

Please sign in to comment.