diff --git a/DMX-2.0/Main.cs b/DMX-2.0/Main.cs index f73f452..8240633 100644 --- a/DMX-2.0/Main.cs +++ b/DMX-2.0/Main.cs @@ -10,7 +10,11 @@ namespace DMX2 Application.Init (); - System.IO.Directory.SetCurrentDirectory ( (new System.IO.FileInfo(System.Reflection.Assembly.GetExecutingAssembly().Location)).DirectoryName); + System.IO.Directory.SetCurrentDirectory ( + (new System.IO.FileInfo( + System.Reflection.Assembly.GetExecutingAssembly().Location + )).DirectoryName + ); if(System.IO.File.Exists("style.gtkrc")) Gtk.Rc.Parse("style.gtkrc");