blob: a90e368a60b50c5194787391a69080c35f6582ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur xyscan/xyscanWindow.cpp xyscan.new/xyscanWindow.cpp
--- xyscan/xyscanWindow.cpp 2008-03-25 23:52:04.000000000 -0400
+++ xyscan.new/xyscanWindow.cpp 2008-07-01 09:44:38.000000000 -0400
@@ -308,7 +308,7 @@
QString path = qApp->applicationDirPath() + "/docs";
QDir dir(path);
if (!dir.exists()) {
- path = qApp->applicationDirPath() + "/../docs";
+ path = "/usr/share/doc/GENTOO_P/docs";
dir.setPath(path);
}
#if defined(Q_OS_MAC)
|