summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-10-26 21:03:52 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-10-26 21:03:52 (GMT)
commit49dcfeef8aaeca15320299194569f97b86a7e153 (patch)
tree4c65fd4f0ce24f06f9b7a5067eb6c577fb1479a2 /src/index.cpp
parent71fd38650147b953fb5063648a538673649bda85 (diff)
downloadDoxygen-49dcfeef8aaeca15320299194569f97b86a7e153.zip
Doxygen-49dcfeef8aaeca15320299194569f97b86a7e153.tar.gz
Doxygen-49dcfeef8aaeca15320299194569f97b86a7e153.tar.bz2
Release-1.3.4-20031026
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 766bd80..831512b 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1011,11 +1011,11 @@ void writeFileIndex(OutputList &ol)
ol.endBold();
if (hasHtmlHelp)
{
- htmlHelp->addContentsItem(FALSE,fd->name(),0);
+ htmlHelp->addContentsItem(FALSE,fullName,0);
}
if (hasFtvHelp)
{
- ftvHelp->addContentsItem(FALSE,0,0,0,fd->name());
+ ftvHelp->addContentsItem(FALSE,0,0,0,fullName);
}
}
if (src)