diff options
Diffstat (limited to 'cad/qcad/files/patch-ab')
-rw-r--r-- | cad/qcad/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/qcad/files/patch-ab b/cad/qcad/files/patch-ab new file mode 100644 index 000000000000..ffb6900b8b8b --- /dev/null +++ b/cad/qcad/files/patch-ab @@ -0,0 +1,11 @@ +--- rappwin.cpp.orig Sat Aug 12 03:31:54 2000 ++++ rappwin.cpp Sat Sep 23 14:37:46 2000 +@@ -3292,7 +3292,7 @@ + case 0: + if(true) { + if(!QFileInfo(manualStr).exists()) { +- manualStr = " /usr/share/doc/qcad/html/index.html"; ++ manualStr = " %%PREFIX%%/share/doc/qcad/html/index.html"; + } + + RLOG("\nEXEC:"); |