summarylogtreecommitdiffstats
path: root/myframe.patch
blob: e8c731133322f380a3f7112746a9e6245f618b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/myframe.h b/src/myframe.h
index d4c0f2a..35ce08e 100755
--- a/src/myframe.h
+++ b/src/myframe.h
@@ -45,7 +45,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)