From 23d4639adf6d7e3ed825b3747e7e3acda50df483 Mon Sep 17 00:00:00 2001 From: tzim Date: Mon, 4 Nov 2013 16:58:10 +0000 Subject: [PATCH] --- DMX-2.0/Main.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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");