diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-01-24 22:18:59 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-01-24 22:18:59 (GMT) |
commit | 3eb607c72338237e65fc44562b153db7ce4e0ac9 (patch) | |
tree | 2ceed71b80fa23429f6aeb4a62fe9ca3ea9499d1 /src/htmldocvisitor.cpp | |
parent | 05b70e8e2c6e0cda9b74fc99fd782d1977d298c9 (diff) | |
download | Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.zip Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.gz Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.bz2 |
Release-1.6.2-20100124
Diffstat (limited to 'src/htmldocvisitor.cpp')
-rw-r--r-- | src/htmldocvisitor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp index cfe1bd8..f30da98 100644 --- a/src/htmldocvisitor.cpp +++ b/src/htmldocvisitor.cpp @@ -3,7 +3,7 @@ * * * - * Copyright (C) 1997-2008 by Dimitri van Heesch. + * Copyright (C) 1997-2010 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -1564,7 +1564,7 @@ void HtmlDocVisitor::writeDotFile(const QString &fileName,const QString &relPath m_t << "<img src=\"" << relPath << baseName << "." << Config_getEnum("DOT_IMAGE_FORMAT") << "\" alt=\"" << baseName << "\" border=\"0\" usemap=\"#" << mapName << "\">" << endl; - QString imap = getDotImageMapFromFile(fileName,outDir,relPath.data(),context); + QString imap = getDotImageMapFromFile(baseName,outDir,relPath.data(),context); m_t << "<map name=\"" << mapName << "\" id=\"" << mapName << "\">" << imap << "</map>" << endl; } |