summarylogtreecommitdiffstats
path: root/myframe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'myframe.patch')
-rw-r--r--myframe.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/myframe.patch b/myframe.patch
index 580ccba0ef33..f415b769e5d1 100644
--- a/myframe.patch
+++ b/myframe.patch
@@ -1,13 +1,13 @@
-diff --git a/src/myframe.h b/src/myframe.h
-index 6673c0e..89591fc 100755
---- a/src/myframe.h
-+++ b/src/myframe.h
-@@ -79,7 +79,7 @@ struct MyFrame : wxFrame
-
+diff --git a/src/myframe.h b/src/myframe.h
+index 6a7ba9a..afc452a 100755
+--- a/src/myframe.h
++++ b/src/myframe.h
+@@ -94,7 +94,7 @@ struct MyFrame : wxFrame {
+ watcher(nullptr),
+ zenmode(false) {
sys->frame = this;
-
- exepath_ = wxFileName(exename).GetPath();
+ exepath_ = "/usr/share/treesheets";
#ifdef __WXMAC__
int cut = exepath_.Find("/MacOS");
- if (cut > 0)
+ if (cut > 0) { exepath_ = exepath_.SubString(0, cut) + "/Resources"; }