summaryrefslogtreecommitdiff
path: root/math/qtiplot/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2006-12-12 13:01:43 +0000
committerNicola Vitale <nivit@FreeBSD.org>2006-12-12 13:01:43 +0000
commit6fc876f8565741f984c1a8b12e554297a6bce44b (patch)
tree32d5281da0879239870e22bf42ef09cf12031848 /math/qtiplot/files
parentAdded note about rcNG for Smokeping (diff)
- Updated to 0.8.9.r2
- Removed files/patch-qtiplot_src_application.cpp PR: 106535 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: alexbl (mentor)
Diffstat (limited to 'math/qtiplot/files')
-rw-r--r--math/qtiplot/files/patch-qtiplot_src_application.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/qtiplot/files/patch-qtiplot_src_application.cpp b/math/qtiplot/files/patch-qtiplot_src_application.cpp
deleted file mode 100644
index 090bd45c6b18..000000000000
--- a/math/qtiplot/files/patch-qtiplot_src_application.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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