This commit is contained in:
parent
1c8ea17ff3
commit
23d4639adf
1 changed files with 5 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue