diff --git a/src/myframe.h b/src/myframe.h index bba070d..f7e8441 100755 --- a/src/myframe.h +++ b/src/myframe.h @@ -56,7 +56,7 @@ struct MyFrame : wxFrame sys->frame = this; - exepath_ = wxFileName(exename).GetPath(); + exepath_ = "/usr/share/treesheets"; #ifdef __WXMAC__ int cut = exepath_.Find("/MacOS"); if (cut > 0)