summaryrefslogtreecommitdiff
path: root/math/qtiplot/files/patch-qtiplot_src_application.cpp
blob: 090bd45c6b18cedf7ee46638ec217e52ed44c046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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