diff options
Diffstat (limited to 'cad/qcad2/files/patch-ad')
-rw-r--r-- | cad/qcad2/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/qcad2/files/patch-ad b/cad/qcad2/files/patch-ad deleted file mode 100644 index 65f540115e0b..000000000000 --- a/cad/qcad2/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- relement.cpp.orig Sat Aug 12 03:31:54 2000 -+++ relement.cpp Sat Sep 23 14:37:06 2000 -@@ -3681,7 +3681,7 @@ - - // Search pattern in /usr/share/<proj>/hatches dir: - if(!QFileInfo(patternPath).exists()) { -- patternPath = QString("/usr/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf"; -+ patternPath = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf"; - } - #endif - */ |