diff options
Diffstat (limited to 'cad/qcad/patches/patch-ab')
-rw-r--r-- | cad/qcad/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/qcad/patches/patch-ab b/cad/qcad/patches/patch-ab new file mode 100644 index 00000000000..864b9e5576b --- /dev/null +++ b/cad/qcad/patches/patch-ab @@ -0,0 +1,13 @@ +$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:"); |