summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/qcad/files/manual.patch')
-rw-r--r--sci-misc/qcad/files/manual.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-misc/qcad/files/manual.patch b/sci-misc/qcad/files/manual.patch
new file mode 100644
index 000000000000..dc76c4900db9
--- /dev/null
+++ b/sci-misc/qcad/files/manual.patch
@@ -0,0 +1,15 @@
+--- qcad/src/qc_applicationwindow.cpp 2004-03-27 13:37:23.000000000 +0100
++++ qcad/src/qc_applicationwindow.cpp.new 2004-05-11 11:48:36.023896194 +0200
+@@ -2798,10 +2798,10 @@
+ RS_SYSTEM->getAppDir().latin1());
+ RS_DEBUG->print("QC_ApplicationWindow::slotHelpManual(): appdir: %s",
+ RS_SYSTEM->getAppDir().latin1());
+- assistant = new QAssistantClient(RS_SYSTEM->getAppDir(), this);
++ assistant = new QAssistantClient("FULLASSISTANTPATH", this);
+ QStringList args;
+ args << "-profile";
+- args << (RS_SYSTEM->getDocPath() + "/qcaddoc.adp");
++ args << ("QCADDOCPATH/qcaddoc.adp");
+ #if QT_VERSION>=0x030200
+ assistant->setArguments(args);
+ #endif