summaryrefslogtreecommitdiff
path: root/math/qtiplot/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 08:05:25 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 08:05:25 +0000
commit271c82dfa681b93e5b00648d88889291cec6cdad (patch)
tree2394c297488c93829474da74b2522b6dba08df0f /math/qtiplot/files
parentThe QtiPlot Handbook. (diff)
- Update qtiplot from 0.8.6.2 to 0.8.7.2.
- Added support for evaluating mathematical expressions and executing scripts using the Python. - Added translation for French, German, Russian, Spanish, Swedish. PR: ports/103050 Submitted by: Max Brazhnikov (maintainer)
Diffstat (limited to 'math/qtiplot/files')
-rw-r--r--math/qtiplot/files/patch-qtiplot_src_application.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/qtiplot/files/patch-qtiplot_src_application.cpp b/math/qtiplot/files/patch-qtiplot_src_application.cpp
new file mode 100644
index 000000000000..090bd45c6b18
--- /dev/null
+++ b/math/qtiplot/files/patch-qtiplot_src_application.cpp
@@ -0,0 +1,11 @@
+--- qtiplot/src/application.cpp.orig Wed Sep 6 01:26:14 2006
++++ qtiplot/src/application.cpp Fri Sep 8 22:21:43 2006
+@@ -4240,7 +4240,7 @@
+ workingDir = settings.readEntry("/WorkingDir", qApp->applicationDirPath());
+ templatesDir = settings.readEntry("/TemplatesDir", qApp->applicationDirPath());
+
+- helpFilePath="/usr/share/doc/qtiplot/index.html";
++ helpFilePath=qApp->applicationDirPath()+"/manual/index.html";
+ #ifdef Q_OS_WIN // Windows systems
+ helpFilePath=qApp->applicationDirPath()+"/index.html";
+ #endif