aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/freemat/files/Inspect.cpp.patch')
-rw-r--r--sci-mathematics/freemat/files/Inspect.cpp.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-mathematics/freemat/files/Inspect.cpp.patch b/sci-mathematics/freemat/files/Inspect.cpp.patch
new file mode 100644
index 000000000..17440a8c2
--- /dev/null
+++ b/sci-mathematics/freemat/files/Inspect.cpp.patch
@@ -0,0 +1,9 @@
+--- libs/libCore/Inspect.cpp.orig 2006-06-06 01:31:17.000000000 +0200
++++ libs/libCore/Inspect.cpp 2006-06-30 22:47:25.000000000 +0200
+@@ -150,5 +150,5 @@
+ dir = QDir(QString(io->getAppPath().c_str()) + "/../Resources/help/html");
+ } else {
+- dir = QDir(QString(BASEPATH)+"/html");
++ dir = QDir(QString(io->getAppPath().c_str())+"/"+QString(BASEPATH)+"/help/html");
+ }
+ HelpWindow *m_helpwin = new HelpWindow(dir.canonicalPath());