blob: 65f540115e0b72f620d212599bcff0cf71cf57d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
*/
|