freebsd-ports/math/qtiplot/files/patch-qtiplot_src_application.cpp
Ion-Mihai Tetcu 271c82dfa6 - 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)
2006-09-10 08:05:25 +00:00

11 lines
530 B
C++

--- 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