summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-03-24 21:24:19 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-03-24 21:24:19 (GMT)
commitcba24284923c7319c08926c3ba9cd20f3eee3fdf (patch)
treea065befb32bff6f5eb381ff808ed70509bd19a09 /src/classdef.cpp
parentce05925c34c21ec1d2033970745a86affd039445 (diff)
downloadDoxygen-cba24284923c7319c08926c3ba9cd20f3eee3fdf.zip
Doxygen-cba24284923c7319c08926c3ba9cd20f3eee3fdf.tar.gz
Doxygen-cba24284923c7319c08926c3ba9cd20f3eee3fdf.tar.bz2
Release-1.3.6-20040324
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 7721925..802b9cd 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -1186,7 +1186,7 @@ void ClassDef::writeDocumentation(OutputList &ol)
ol.pushGeneratorState();
ol.disableAllBut(OutputGenerator::Html);
ol.writeString("<center><font size=\"2\">[");
- ol.startHtmlLink("graph_legend"+Doxygen::htmlFileExtension);
+ ol.startHtmlLink(relativePathToRoot(0)+"graph_legend"+Doxygen::htmlFileExtension);
ol.docify(theTranslator->trLegend());
ol.endHtmlLink();
ol.writeString("]</font></center>");
@@ -1220,7 +1220,7 @@ void ClassDef::writeDocumentation(OutputList &ol)
{
ol.disableAllBut(OutputGenerator::Html);
ol.writeString("<center><font size=\"2\">[");
- ol.startHtmlLink("graph_legend"+Doxygen::htmlFileExtension);
+ ol.startHtmlLink(relativePathToRoot(0)+"graph_legend"+Doxygen::htmlFileExtension);
ol.docify(theTranslator->trLegend());
ol.endHtmlLink();
ol.writeString("]</font></center>");