diff options
Diffstat (limited to 'src/dot.cpp')
-rw-r--r-- | src/dot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp index a33ea5f..a4cef13 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -1082,7 +1082,7 @@ bool DotFilePatcher::run() if (isSVGFile && interactiveSVG && replacedHeader) { QCString orgName=m_patchFile.left(m_patchFile.length()-4)+"_org.svg"; - t << substitute(svgZoomFooter,"$orgname",orgName); + t << substitute(svgZoomFooter,"$orgname",stripPath(orgName)); fo.close(); // keep original SVG file so we can refer to it, we do need to replace // dummy link by real ones |