pkgsrc/cad/qcad/patches/patch-ab
jtb a6b1f53dee New qcad package:
QCad is a simple 2D CAD System. With QCad you can easily construct and
modify  drawings  with  ISO-texts,  dimensions, hatches and many other
features and save them as DXF-files. These DXF-files are the interface
to many CAD-systems such as AutoCAD and many others.
2001-03-26 20:53:47 +00:00

13 lines
387 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2001/03/26 20:53:53 jtb Exp $
--- rappwin.cpp.orig Tue Feb 20 21:27:18 2001
+++ rappwin.cpp
@@ -3292,7 +3292,7 @@
case 0:
if(true) {
if(!QFileInfo(manualStr).exists()) {
- manualStr = " /usr/share/doc/qcad/html/index.html";
+ manualStr = " @PREFIX@/share/qcad/doc/en/index.html";
}
RLOG("\nEXEC:");